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. e39e0dab8cf59cc7574ac


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. e39e0dab8cf59cc7574ac8537a82f70ccc57e0d0
Date: Fri, 08 Nov 2013 09:55:56 +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  e39e0dab8cf59cc7574ac8537a82f70ccc57e0d0 (commit)
      from  e250b18259678309572a0be38b4c0479f5579ad9 (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 e39e0dab8cf59cc7574ac8537a82f70ccc57e0d0
Author: Tassilo Horn <address@hidden>
Date:   Fri Nov 8 10:55:32 2013 +0100

    void-function error fix.
    
    * latex.el (LaTeX-common-initialization): Fix void-function
    LaTeX-symbol-list error.

diff --git a/ChangeLog b/ChangeLog
index 945802c..600e061 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-08  Tassilo Horn  <address@hidden>
+
+       * latex.el (LaTeX-common-initialization): Fix void-function
+       LaTeX-symbol-list error.
+
 2013-11-05  Mosè Giordano  <address@hidden>
 
        * doc/auctex.texi (Folding): Document `TeX-fold-auto' and
diff --git a/latex.el b/latex.el
index 095a83c..de5de5e 100644
--- a/latex.el
+++ b/latex.el
@@ -5645,7 +5645,7 @@ i.e. you do _not_ have to cater for this yourself by 
adding \\\\' or $."
                  ("\\\\begin{\\([A-Za-z]*\\)" 1 LaTeX-environment-list "}")
                  ("\\\\end{\\([A-Za-z]*\\)" 1 LaTeX-environment-list "}")
                  ("\\\\renewcommand\\*?{\\\\\\([A-Za-z]*\\)"
-                  1 LaTeX-symbol-list "}")
+                  1 TeX-symbol-list "}")
                  ("\\\\renewenvironment\\*?{\\([A-Za-z]*\\)"
                   1 LaTeX-environment-list "}")
                   ("\\\\\\(this\\)?pagestyle{\\([A-Za-z]*\\)"

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

Summary of changes:
 ChangeLog |    5 +++++
 latex.el  |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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