mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-25 07:40:40 -07:00
(latex-mode, slitex-mode): In paragraph-separate,
delete spurious \\\\ from char set.
This commit is contained in:
parent
eccd311755
commit
039ecbae40
1 changed files with 2 additions and 2 deletions
|
|
@ -389,7 +389,7 @@ subshell is initiated, `tex-shell-hook' is run."
|
|||
^\\\\[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 @@ Entering SliTeX mode runs the hook `text-mode-hook', then the hook
|
|||
^\\\\[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\\>\\|\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue