CVSROOT: /cvsroot/auctex
Module name: auctex
Changes by: Ralf Angeli <angeli> 08/10/26 17:50:59
Index: tex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex.el,v
retrieving revision 5.634
retrieving revision 5.635
diff -u -b -r5.634 -r5.635
--- tex.el 14 Oct 2008 18:27:52 -0000 5.634
+++ tex.el 26 Oct 2008 17:50:58 -0000 5.635
@@ -2647,11 +2647,11 @@
"\\)" ))
(setq paragraph-separate
(concat
+ "[ \t]*"
"\\("
- (regexp-quote TeX-esc)
- "par\\|"
- "^[ \t]*$\\|"
- "^[ \t]*"
+ (regexp-quote TeX-esc) "par\\|"
+ "$\\|"
+ "\\$\\$\\|"
(regexp-quote TeX-esc)
"\\("
"begin\\|end\\|label\\|caption\\|part\\|chapter\\|"
_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs