diff options
| author | Richard M. Stallman | 1994-06-11 19:19:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-11 19:19:31 +0000 |
| commit | 039ecbae4039690754a9dc6de2e7291ab2f35059 (patch) | |
| tree | 52f395a623039c199eceeec55eb069586c60001c | |
| parent | eccd311755c7a15fc2158e9292b4e34e395cddda (diff) | |
| download | emacs-039ecbae4039690754a9dc6de2e7291ab2f35059.tar.gz emacs-039ecbae4039690754a9dc6de2e7291ab2f35059.zip | |
(latex-mode, slitex-mode): In paragraph-separate,
delete spurious \\\\ from char set.
| -rw-r--r-- | lisp/textmodes/tex-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index c65f6ce3f62..103ebda9f67 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el | |||
| @@ -389,7 +389,7 @@ subshell is initiated, `tex-shell-hook' is run." | |||
| 389 | ^\\\\[a-z]*space\\>\\|^\\\\[a-z]*skip\\>\\|\ | 389 | ^\\\\[a-z]*space\\>\\|^\\\\[a-z]*skip\\>\\|\ |
| 390 | ^\\\\newpage\\>\\|^\\\\[a-z]*page\\|^\\\\footnote\\>\\|\ | 390 | ^\\\\newpage\\>\\|^\\\\[a-z]*page\\|^\\\\footnote\\>\\|\ |
| 391 | ^\\\\marginpar\\>\\|^\\\\parbox\\>\\|^\\\\caption\\>") | 391 | ^\\\\marginpar\\>\\|^\\\\parbox\\>\\|^\\\\caption\\>") |
| 392 | (setq paragraph-separate "^[ \t]*$\\|^[\f\\\\%]\\|^[ \t]*\\$\\$[ \t]*$\\|\ | 392 | (setq paragraph-separate "^[ \t]*$\\|^[\f%]\\|^[ \t]*\\$\\$[ \t]*$\\|\ |
| 393 | ^\\\\begin\\>\\|^\\\\label\\>\\|^\\\\end\\>\\|^\\\\\\[\\|^\\\\\\]\\|\ | 393 | ^\\\\begin\\>\\|^\\\\label\\>\\|^\\\\end\\>\\|^\\\\\\[\\|^\\\\\\]\\|\ |
| 394 | ^\\\\chapter\\>\\|^\\\\section\\>\\|\ | 394 | ^\\\\chapter\\>\\|^\\\\section\\>\\|\ |
| 395 | ^\\\\subsection\\>\\|^\\\\subsubsection\\>\\|\ | 395 | ^\\\\subsection\\>\\|^\\\\subsubsection\\>\\|\ |
| @@ -462,7 +462,7 @@ Entering SliTeX mode runs the hook `text-mode-hook', then the hook | |||
| 462 | ^\\\\[a-z]*space\\>\\|^\\\\[a-z]*skip\\>\\|\ | 462 | ^\\\\[a-z]*space\\>\\|^\\\\[a-z]*skip\\>\\|\ |
| 463 | ^\\\\newpage\\>\\|^\\\\[a-z]*page\\|^\\\\footnote\\>\\|\ | 463 | ^\\\\newpage\\>\\|^\\\\[a-z]*page\\|^\\\\footnote\\>\\|\ |
| 464 | ^\\\\marginpar\\>\\|^\\\\parbox\\>\\|^\\\\caption\\>") | 464 | ^\\\\marginpar\\>\\|^\\\\parbox\\>\\|^\\\\caption\\>") |
| 465 | (setq paragraph-separate "^[ \t]*$\\|^[\f\\\\%]\\|^[ \t]*\\$\\$[ \t]*$\\|\ | 465 | (setq paragraph-separate "^[ \t]*$\\|^[\f%]\\|^[ \t]*\\$\\$[ \t]*$\\|\ |
| 466 | ^\\\\begin\\>\\|^\\\\label\\>\\|^\\\\end\\>\\|^\\\\\\[\\|^\\\\\\]\\|\ | 466 | ^\\\\begin\\>\\|^\\\\label\\>\\|^\\\\end\\>\\|^\\\\\\[\\|^\\\\\\]\\|\ |
| 467 | ^\\\\chapter\\>\\|^\\\\section\\>\\|\ | 467 | ^\\\\chapter\\>\\|^\\\\section\\>\\|\ |
| 468 | ^\\\\subsection\\>\\|^\\\\subsubsection\\>\\|\ | 468 | ^\\\\subsection\\>\\|^\\\\subsubsection\\>\\|\ |