Mercurial > emacs
changeset 7852:780f5db85dbb
(latex-mode, slitex-mode): In paragraph-separate,
delete spurious \\\\ from char set.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 11 Jun 1994 19:19:31 +0000 |
parents | 0d8079ee3c1d |
children | 77fc514da1b7 |
files | lisp/textmodes/tex-mode.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/tex-mode.el Sat Jun 11 18:59:38 1994 +0000 +++ b/lisp/textmodes/tex-mode.el Sat Jun 11 19:19:31 1994 +0000 @@ -389,7 +389,7 @@ ^\\\\[a-z]*space\\>\\|^\\\\[a-z]*skip\\>\\|\ ^\\\\newpage\\>\\|^\\\\[a-z]*page\\|^\\\\footnote\\>\\|\ ^\\\\marginpar\\>\\|^\\\\parbox\\>\\|^\\\\caption\\>") - (setq paragraph-separate "^[ \t]*$\\|^[\f\\\\%]\\|^[ \t]*\\$\\$[ \t]*$\\|\ + (setq paragraph-separate "^[ \t]*$\\|^[\f%]\\|^[ \t]*\\$\\$[ \t]*$\\|\ ^\\\\begin\\>\\|^\\\\label\\>\\|^\\\\end\\>\\|^\\\\\\[\\|^\\\\\\]\\|\ ^\\\\chapter\\>\\|^\\\\section\\>\\|\ ^\\\\subsection\\>\\|^\\\\subsubsection\\>\\|\ @@ -462,7 +462,7 @@ ^\\\\[a-z]*space\\>\\|^\\\\[a-z]*skip\\>\\|\ ^\\\\newpage\\>\\|^\\\\[a-z]*page\\|^\\\\footnote\\>\\|\ ^\\\\marginpar\\>\\|^\\\\parbox\\>\\|^\\\\caption\\>") - (setq paragraph-separate "^[ \t]*$\\|^[\f\\\\%]\\|^[ \t]*\\$\\$[ \t]*$\\|\ + (setq paragraph-separate "^[ \t]*$\\|^[\f%]\\|^[ \t]*\\$\\$[ \t]*$\\|\ ^\\\\begin\\>\\|^\\\\label\\>\\|^\\\\end\\>\\|^\\\\\\[\\|^\\\\\\]\\|\ ^\\\\chapter\\>\\|^\\\\section\\>\\|\ ^\\\\subsection\\>\\|^\\\\subsubsection\\>\\|\