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


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. b6a30058b0b6a83c3f036b0109ddfbfe17d2070c
Date: Thu, 3 Dec 2020 16:06:08 -0500 (EST)

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  b6a30058b0b6a83c3f036b0109ddfbfe17d2070c (commit)
      from  a92fe0bf28a33b0c70ef9c43be1859baaf2add45 (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 b6a30058b0b6a83c3f036b0109ddfbfe17d2070c
Author: Tassilo Horn <tsdh@gnu.org>
Date:   Thu Dec 3 22:05:20 2020 +0100

    Fix compile "Error: symbol-value cannot use lexical var ‘amsenv’"
    
    * style/empheq.el (LaTeX-empheq-env): Don't call symbol-value on lexical
    variable amsenv.

diff --git a/style/empheq.el b/style/empheq.el
index 7ca13b0..fc1716a 100644
--- a/style/empheq.el
+++ b/style/empheq.el
@@ -191,7 +191,7 @@
       TeX-grop
       (if (and ncols (not (string= ncols "")))
          (concat amsenv "=" ncols)
-       (symbol-value 'amsenv))
+       amsenv)
       TeX-grcl))
     (when (and (assoc amsenv LaTeX-label-alist)
               (LaTeX-label amsenv 'environment))

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

Summary of changes:
 style/empheq.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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