auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/style/mathtools.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/style/mathtools.el,v
Date: Mon, 07 Jan 2013 20:28:24 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    13/01/07 20:28:20

Index: style/mathtools.el
===================================================================
RCS file: /cvsroot/auctex/auctex/style/mathtools.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- style/mathtools.el  6 Jan 2013 17:37:21 -0000       1.2
+++ style/mathtools.el  7 Jan 2013 20:28:18 -0000       1.3
@@ -63,9 +63,8 @@
    ;; mathtools requires amsmath, as some bugs in amsmath are fixed
    (TeX-run-style-hooks "amsmath")
 
-   (setq LaTeX-mathtools-package-options
-        (append LaTeX-mathtools-package-options
-                LaTeX-amsmath-package-options))
+   (dolist (elt LaTeX-amsmath-package-options)
+     (add-to-list 'LaTeX-mathtools-package-options elt))
 
    (LaTeX-add-environments
     '("lgathered" LaTeX-amsmath-env-aligned)



reply via email to

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