auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. b91b20395be673394305b


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. b91b20395be673394305be872e9cbbe5a5cadd3c
Date: Mon, 23 Mar 2015 12:46:55 +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  b91b20395be673394305be872e9cbbe5a5cadd3c (commit)
      from  8af05de02e766633d594ffb63a44415a0f6d2169 (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 b91b20395be673394305be872e9cbbe5a5cadd3c
Author: Tassilo Horn <address@hidden>
Date:   Mon Mar 23 13:46:53 2015 +0100

    docfix

diff --git a/tex.el b/tex.el
index df8369f..394814e 100644
--- a/tex.el
+++ b/tex.el
@@ -2708,10 +2708,10 @@ See variable `TeX-style-hook-dialect' for supported 
dialects."
                                (and (TeX-shdex-in-p TeX-style-hook-dialect 
(aref hook 2))
                                     (funcall (aref hook 1))))
                               (t (error "Invalid style hook %S" hook))))
-                           ;; Drop the LATEX entry and then reverse the list
-                           ;; of style hooks in order to run styles in the
-                           ;; order global, private, local (assuming
-                           ;; TeX-style-path has that ordering, too).
+                           ;; Reverse the list of style hooks in order to run
+                           ;; styles in the order global, private, local
+                           ;; (assuming TeX-style-path has that ordering,
+                           ;; too).
                            (reverse (cdr-safe (TeX-assoc-string style 
TeX-style-hook-list))))
                  ;; This happens in case some style added a new parser, and
                  ;; now the style isn't used anymore (user deleted

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

Summary of changes:
 tex.el |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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