aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2010-04-06 11:43:08 -0400
committerChong Yidong2010-04-06 11:43:08 -0400
commit8afe2ec6f9629397ea59110a1c6b5e7f59d4d20a (patch)
tree63112eebf07180ad314b21020b765ea144492b04
parent7cee661f0e15a48900b7cbbf130551f15a176b93 (diff)
downloademacs-8afe2ec6f9629397ea59110a1c6b5e7f59d4d20a.tar.gz
emacs-8afe2ec6f9629397ea59110a1c6b5e7f59d4d20a.zip
Revert 2008-03-03 change (Bug#5821).
* textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to paragraph-separate (Bug#5821).
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/textmodes/tex-mode.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6c4eac186b3..73f73f1fa04 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12010-04-06 Chong Yidong <cyd@stupidchicken.com>
2
3 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
4 paragraph-separate (Bug#5821).
5
12010-04-05 Juri Linkov <juri@jurta.org> 62010-04-05 Juri Linkov <juri@jurta.org>
2 7
3 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809). 8 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 38698af7885..5fc92a92d37 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -1060,7 +1060,7 @@ subshell is initiated, `tex-shell-hook' is run."
1060 "\\>\\|\\\\[a-z]*" (regexp-opt '("space" "skip" "page") t) 1060 "\\>\\|\\\\[a-z]*" (regexp-opt '("space" "skip" "page") t)
1061 "\\>\\)")) 1061 "\\>\\)"))
1062 (setq paragraph-separate 1062 (setq paragraph-separate
1063 (concat "[\f]\\|[ \t]*\\($\\|" 1063 (concat "[\f%]\\|[ \t]*\\($\\|"
1064 "\\\\[][]\\|" 1064 "\\\\[][]\\|"
1065 "\\\\" (regexp-opt (append 1065 "\\\\" (regexp-opt (append
1066 (mapcar 'car latex-section-alist) 1066 (mapcar 'car latex-section-alist)