auctex-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-commit] GNU AUCTeX branch, master, updated. e78a13c024937cb0802e


From: Tassilo Horn
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. e78a13c024937cb0802e05ff8274b0e832925d85
Date: Mon, 04 Apr 2016 15:49:52 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  e78a13c024937cb0802e05ff8274b0e832925d85 (commit)
      from  a83c4d0e69c12eadd642f13583444fc89badd9f6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e78a13c024937cb0802e05ff8274b0e832925d85
Author: Stefan Monnier <address@hidden>
Date:   Fri Apr 1 09:06:41 2016 -0400

    * tex-buf.el: Address some compiler warnings
    
    Require `latex' since we refer to some of its variables.
    Use #' to quote a function.  Use _ prefix for unused vars.
    (TeX-current-process-region-p, TeX-save-query, TeX-parse-function)
    (TeX-sentinel-function, TeX-sentinel-default-function)
    (compilation-in-progress, TeX-current-page)
    (TeX-error-overview-open-after-TeX-run, TeX-error-list)
    (TeX-parse-all-errors, TeX-command-buffer, TeX-region): Declare before
    the first use.
    (TeX-command-text, TeX-command-pos): Declare as dyn-bound
    (TeX-command-expand): Strength reduce `eval' to `symbol-name'.
    (TeX-run-TeX): Use let*.
    (TeX-sentinel-function, TeX-sentinel-default-function): Put something
    in the function's body.
    (TeX-TeX-sentinel-check): Check ConTeXt-Mark-version exists before
    using it.  We could have (require 'context) instead.
    (TeX-Biber-sentinel): Remove redundant `concat'.
    (TeX-error-description-list): Move before first use.
    (TeX-error-overview-mode-map): Remove unused var `menu-map'.
    (TeX-output-revert-buffer): Remove unused var `command'.

-----------------------------------------------------------------------

Summary of changes:
 tex-buf.el |  393 ++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 208 insertions(+), 185 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

[Prev in Thread] Current Thread [Next in Thread]