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

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

[elpa] 274/299: Adapt mathtools.el to latest amsmath.el changes.


From: Stefan Monnier
Subject: [elpa] 274/299: Adapt mathtools.el to latest amsmath.el changes.
Date: Sun, 02 Nov 2014 03:11:56 +0000

monnier pushed a commit to branch externals/auctex
in repository elpa.

commit 6d4f7d1b0300baf6e44eb80c392de1c01758b699
Author: Tassilo Horn <address@hidden>
Date:   Fri Aug 15 08:54:13 2014 +0200

    Adapt mathtools.el to latest amsmath.el changes.
    
    * style/mathtools.el ("mathtools"): Don't use the removed
    `LaTeX-amsmath-env-aligned' function.
    
    Signed-off-by: Tassilo Horn <address@hidden>
---
 ChangeLog          |    5 +++++
 style/mathtools.el |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 71ccc62..19e019c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-08-15  Vladimir Lomov  <address@hidden>
+
+       * style/mathtools.el ("mathtools"): Don't use the removed
+       `LaTeX-amsmath-env-aligned' function.
+
 2014-08-14  Mos� Giordano  <address@hidden>
 
        * latex.el (LaTeX-insert-label): Remove.
diff --git a/style/mathtools.el b/style/mathtools.el
index ae63289..e550403 100644
--- a/style/mathtools.el
+++ b/style/mathtools.el
@@ -67,8 +67,8 @@
      (add-to-list 'LaTeX-mathtools-package-options elt))
 
    (LaTeX-add-environments
-    '("lgathered" LaTeX-amsmath-env-aligned)
-    '("rgathered" LaTeX-amsmath-env-aligned)
+    '("lgathered" ["Vertical position (t or b)"])
+    '("rgathered" ["Vertical position (t or b)"])
     '("multlined" LaTeX-mathtools-env-multlined)
     '("matrix*" LaTeX-mathtools-env-matrix-starred)
     '("pmatrix*" LaTeX-mathtools-env-matrix-starred)



reply via email to

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