/[auctex]/auctex/style/amsmath.el
ViewVC logotype

Diff of /auctex/style/amsmath.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by ataka, Wed Apr 13 16:04:06 2005 UTC revision 1.15 by ataka, Sat Apr 16 20:05:32 2005 UTC
# Line 128  Line 128 
128    
129  (defun LaTeX-item-equation ()  (defun LaTeX-item-equation ()
130    (end-of-line 0)    (end-of-line 0)
131    (if (not (eq (preceding-char) ? ))    (just-one-space)
132        (insert " \\\\")    (insert "\\\\")
     (insert "\\\\"))  
133    (forward-line 1)    (forward-line 1)
134    (indent-according-to-mode))    (indent-according-to-mode))
135    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26