auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/latex.el


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/latex.el
Date: Wed, 17 May 2006 21:54:36 +0000

Index: auctex/latex.el
diff -u auctex/latex.el:5.406 auctex/latex.el:5.407
--- auctex/latex.el:5.406       Fri Apr 21 18:17:33 2006
+++ auctex/latex.el     Wed May 17 21:54:36 2006
@@ -3447,7 +3447,8 @@
              (match-beginning 0))
             ;; Point is before a paragraph command in the same line.
             ((looking-at
-              (concat "[ \t]*\\(?:" TeX-comment-start-regexp "+[ \t]*\\)*"
+              (concat "[ \t]*\\(?:" TeX-comment-start-regexp
+                      "\\(?:" TeX-comment-start-regexp "\\|[ \t]\\)*\\)?"
                       "\\(" LaTeX-paragraph-commands-regexp "\\)"))
              (match-beginning 1))))
           macro-end)




reply via email to

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