Revert 2008-03-03 change (Bug#5821).
authorChong Yidong <cyd@stupidchicken.com>
Tue, 6 Apr 2010 15:43:08 +0000 (11:43 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 6 Apr 2010 15:43:08 +0000 (11:43 -0400)
* textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
paragraph-separate (Bug#5821).

lisp/ChangeLog
lisp/textmodes/tex-mode.el

index 6c4eac1..73f73f1 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
+       paragraph-separate (Bug#5821).
+
 2010-04-05  Juri Linkov  <juri@jurta.org>
 
        Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
index 38698af..5fc92a9 100644 (file)
@@ -1060,7 +1060,7 @@ subshell is initiated, `tex-shell-hook' is run."
                "\\>\\|\\\\[a-z]*" (regexp-opt '("space" "skip" "page") t)
                "\\>\\)"))
   (setq paragraph-separate
-       (concat "[\f]\\|[ \t]*\\($\\|"
+       (concat "[\f%]\\|[ \t]*\\($\\|"
                "\\\\[][]\\|"
                "\\\\" (regexp-opt (append
                                    (mapcar 'car latex-section-alist)