branch: externals/auctex commit 79074d6bcf7c329cd54ec21cc520dee6c11bf249 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
; 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) _______________________________________________ auctex-diffs mailing list auctex-di...@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-diffs