[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)
- [elpa] externals/auctex updated (eaa83e5 -> 5095f6f), Tassilo Horn, 2019/10/31
- [elpa] externals/auctex 1ec9889 02/14: * doc/changes.texi: Mention changes in News., Tassilo Horn, 2019/10/31
- [elpa] externals/auctex 22f10df 04/14: ; * tex-info.el (): Update copyright year., Tassilo Horn, 2019/10/31
- [elpa] externals/auctex 2b9fc54 03/14: multi-prompt.el, style/beamer*.el: Get copyright just right, Tassilo Horn, 2019/10/31
- [elpa] externals/auctex e111d19 01/14: Add final adjustments for LaTeX 2019-10-01, Tassilo Horn, 2019/10/31
- [elpa] externals/auctex 39463a6 05/14: ; * preview.el.in (preview-gs-flag-error): Fix typo in comment., Tassilo Horn, 2019/10/31
- [elpa] externals/auctex 79074d6 06/14: ; Fix syntax error in amsmath.el,
Tassilo Horn <=
- [elpa] externals/auctex 342fa71 08/14: Add check for empty overlay, Tassilo Horn, 2019/10/31
- [elpa] externals/auctex 7ce74a5 09/14: ; * style/ragged2e.el (font-latex-add-keywords): Silence the compiler., Tassilo Horn, 2019/10/31
- [elpa] externals/auctex f7972dd 07/14: * style/amsmath.el ("amsmath"): Improve query strings., Tassilo Horn, 2019/10/31
- [elpa] externals/auctex c8911b3 13/14: ; Release_12.2, Tassilo Horn, 2019/10/31
- [elpa] externals/auctex 9a31964 11/14: Prepare for upcoming release, Tassilo Horn, 2019/10/31
- [elpa] externals/auctex 097d04f 10/14: Add new style/xkcdcolors.el, Tassilo Horn, 2019/10/31
- [elpa] externals/auctex f06fcb0 12/14: ; make change-history-commit, Tassilo Horn, 2019/10/31
- [elpa] externals/auctex 5095f6f 14/14: Merge remote-tracking branch 'origin/master' into externals/auctex, Tassilo Horn, 2019/10/31