emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 79074d6 06/14: ; Fix syntax error in amsmath.el


From: Tassilo Horn
Subject: [elpa] externals/auctex 79074d6 06/14: ; Fix syntax error in amsmath.el
Date: Thu, 31 Oct 2019 04:23:17 -0400 (EDT)

branch: externals/auctex
commit 79074d6bcf7c329cd54ec21cc520dee6c11bf249
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    ; Fix syntax error in amsmath.el
---
 style/amsmath.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/style/amsmath.el b/style/amsmath.el
index 65aed4e..9d3ae78 100644
--- a/style/amsmath.el
+++ b/style/amsmath.el
@@ -33,7 +33,6 @@
 (TeX-add-style-hook
  "amsmath"
  (lambda ()
-
    (LaTeX-add-environments
     '("align"      LaTeX-env-label)
     '("gather"     LaTeX-env-label)
@@ -174,7 +173,7 @@
    ;; is non-nil
    (and LaTeX-reftex-ref-style-auto-activate
        (fboundp 'reftex-ref-style-activate)
-       (reftex-ref-style-activate "AMSmath"))))
+       (reftex-ref-style-activate "AMSmath")))
  LaTeX-dialect)
 
 (defun LaTeX-amsmath-env-alignat (env)



reply via email to

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