auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/style/amsmath.el


From: Masayuki Ataka
Subject: [AUCTeX-diffs] Changes to auctex/style/amsmath.el
Date: Sat, 16 Apr 2005 16:05:33 -0400

Index: auctex/style/amsmath.el
diff -u auctex/style/amsmath.el:1.14 auctex/style/amsmath.el:1.15
--- auctex/style/amsmath.el:1.14        Wed Apr 13 16:04:06 2005
+++ auctex/style/amsmath.el     Sat Apr 16 20:05:32 2005
@@ -128,9 +128,8 @@
 
 (defun LaTeX-item-equation ()
   (end-of-line 0)
-  (if (not (eq (preceding-char) ? ))
-      (insert " \\\\")
-    (insert "\\\\"))
+  (just-one-space)
+  (insert "\\\\")
   (forward-line 1)
   (indent-according-to-mode))
 




reply via email to

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