diff options
Diffstat (limited to 'lisp')
| -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\\>\\|\ |