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

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

[elpa] 01/01: Release 11.87.5.


From: Tassilo Horn
Subject: [elpa] 01/01: Release 11.87.5.
Date: Fri, 23 May 2014 06:58:19 +0000

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

commit f0b8860b2857034bb7228d5c4965661d3110327a
Author: Tassilo Horn <address@hidden>
Date:   Fri May 23 08:56:09 2014 +0200

    Release 11.87.5.
---
 ChangeLog   |    5 +++++
 auctex.el   |    2 +-
 texmathp.el |    5 ++++-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 85f16de..35a6c45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-23  Tassilo Horn  <address@hidden>
+
+       * texmathp.el (texmathp-tex-commands-default): Recognize
+       \\shortintertext from mathtools.
+
 2014-05-16  Stefan Monnier  <address@hidden>
 
        * tex-site.el (TeX-modes-set): Use advice-add if available.
diff --git a/auctex.el b/auctex.el
index d9a481a..de7b53b 100644
--- a/auctex.el
+++ b/auctex.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2014 Free Software Foundation, Inc.
 
-;; Version: 11.87.4
+;; Version: 11.87.5
 ;; URL: http://www.gnu.org/software/auctex/
 
 ;; This file is part of GNU Emacs.
diff --git a/texmathp.el b/texmathp.el
index b7bb7f4..350406b 100644
--- a/texmathp.el
+++ b/texmathp.el
@@ -139,7 +139,10 @@
     ("alignat"       env-on)      ("alignat*"      env-on)
     ("xalignat"      env-on)      ("xalignat*"     env-on)
     ("xxalignat"     env-on)      ("\\boxed"       arg-on)
-    ("\\text"        arg-off)     ("\\intertext"   arg-off))
+    ("\\text"        arg-off)     ("\\intertext"   arg-off)
+
+    ;; mathtools
+    ("\\shortintertext"   arg-off))
   "The default entries for `texmathp-tex-commands', which see.")
 
 (defun texmathp-compile ()



reply via email to

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