monnier pushed a commit to branch externals/auctex
in repository elpa.
commit 6a85100e8e844d6acf9e5a57de185972d4c356f7
Author: Tassilo Horn <[email protected]>
Date: Mon Jan 21 11:57:10 2013 +0000
* texmathp.el (texmathp-tex-commands-default): Add \shortintertext.
---
ChangeLog | 4 ++++
texmathp.el | 5 ++++-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6c7c959..787e99b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-21 Ivan Andrus <[email protected]>
+
+ * texmathp.el (texmathp-tex-commands-default): Add \shortintertext.
+
2013-01-19 Mads Jensen <[email protected]>
* style/placeins.el: New style.
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 ()