changeset 107919:335c3f4127c4

Revert 2008-03-03 change (Bug#5821). * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to paragraph-separate (Bug#5821).
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 06 Apr 2010 11:43:08 -0400
parents 3859eae64644
children 6ab7fa5331f8
files lisp/ChangeLog lisp/textmodes/tex-mode.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Apr 06 11:32:15 2010 -0400
+++ b/lisp/ChangeLog	Tue Apr 06 11:43:08 2010 -0400
@@ -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).
--- a/lisp/textmodes/tex-mode.el	Tue Apr 06 11:32:15 2010 -0400
+++ b/lisp/textmodes/tex-mode.el	Tue Apr 06 11:43:08 2010 -0400
@@ -1060,7 +1060,7 @@
 		"\\>\\|\\\\[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)