branch: main
commit f0b8860b2857034bb7228d5c4965661d3110327a
Author: Tassilo Horn <[email protected]>
Commit: Tassilo Horn <[email protected]>
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 85f16de4..35a6c455 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-23 Tassilo Horn <[email protected]>
+
+ * texmathp.el (texmathp-tex-commands-default): Recognize
+ \\shortintertext from mathtools.
+
2014-05-16 Stefan Monnier <[email protected]>
* tex-site.el (TeX-modes-set): Use advice-add if available.
diff --git a/auctex.el b/auctex.el
index d9a481ac..de7b53b5 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 b7bb7f46..350406b2 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 ()