CVSROOT: /cvsroot/auctex
Module name: auctex
Changes by: Ralf Angeli <angeli> 06/06/29 18:42:00
Index: latex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/latex.el,v
retrieving revision 5.412
retrieving revision 5.413
diff -u -b -r5.412 -r5.413
--- latex.el 7 Jun 2006 20:38:41 -0000 5.412
+++ latex.el 29 Jun 2006 18:42:00 -0000 5.413
@@ -2500,10 +2500,8 @@
(if (re-search-forward
(concat "\\("
;; Code comments.
- "[^ \t%\n\r][ \t]*" comment-start-skip
- "\\|"
- ;; (lines with code comments looking like " {%")
- "^[ \t]*[^ \t%\n\r" TeX-esc"]" TeX-comment-start-regexp
+ "[^ \t\r\n%\\]\\([ \t]\\|\\\\\\\\\\)*"
+ TeX-comment-start-regexp
"\\|"
;; Lines ending with `\par'.
"\\(\\=\\|[^" TeX-esc "\n]\\)\\("
_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs