emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el
Date: Thu, 27 Nov 2003 18:05:42 -0500

Index: emacs/lisp/textmodes/tex-mode.el
diff -c emacs/lisp/textmodes/tex-mode.el:1.140 
emacs/lisp/textmodes/tex-mode.el:1.141
*** emacs/lisp/textmodes/tex-mode.el:1.140      Thu Oct 30 17:27:32 2003
--- emacs/lisp/textmodes/tex-mode.el    Thu Nov 27 18:05:42 2003
***************
*** 902,908 ****
    (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")
    ;; 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.
--- 902,908 ----
    (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{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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]