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)

_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to