(latex-mode): `tex-trailer' is not a regexp.
This commit is contained in:
parent
d46aeafce0
commit
d9cbee570f
1 changed files with 1 additions and 1 deletions
|
|
@ -902,7 +902,7 @@ subshell is initiated, `tex-shell-hook' is run."
|
|||
(set (make-local-variable 'tex-start-of-header)
|
||||
"\\\\document\\(style\\|class\\)")
|
||||
(set (make-local-variable 'tex-end-of-header) "\\\\begin\\s-*{document}")
|
||||
(set (make-local-variable 'tex-trailer) "\\end\\s-*{document}\n")
|
||||
(set (make-local-variable 'tex-trailer) "\\end{document}\n")
|
||||
;; A line containing just $$ is treated as a paragraph separator.
|
||||
;; A line starting with $$ starts a paragraph,
|
||||
;; but does not separate paragraphs if it has more stuff on it.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue