CVSROOT:        /sources/auctex
Module name:    auctex
Changes by:     Tassilo Horn <tsdh>     13/01/21 11:57:10

Index: texmathp.el
===================================================================
RCS file: /sources/auctex/auctex/texmathp.el,v
retrieving revision 5.23
retrieving revision 5.24
diff -u -b -r5.23 -r5.24
--- texmathp.el 25 May 2008 06:50:32 -0000      5.23
+++ texmathp.el 21 Jan 2013 11:57:10 -0000      5.24
@@ -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 ()

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

Reply via email to