/[emacs]/emacs/lisp/textmodes/tex-mode.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/tex-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.140 by monnier, Thu Oct 30 22:27:32 2003 UTC revision 1.141 by monnier, Thu Nov 27 23:05:42 2003 UTC
# Line 902  subshell is initiated, `tex-shell-hook' Line 902  subshell is initiated, `tex-shell-hook'
902    (set (make-local-variable 'tex-start-of-header)    (set (make-local-variable 'tex-start-of-header)
903         "\\\\document\\(style\\|class\\)")         "\\\\document\\(style\\|class\\)")
904    (set (make-local-variable 'tex-end-of-header) "\\\\begin\\s-*{document}")    (set (make-local-variable 'tex-end-of-header) "\\\\begin\\s-*{document}")
905    (set (make-local-variable 'tex-trailer) "\\end\\s-*{document}\n")    (set (make-local-variable 'tex-trailer) "\\end{document}\n")
906    ;; A line containing just $$ is treated as a paragraph separator.    ;; A line containing just $$ is treated as a paragraph separator.
907    ;; A line starting with $$ starts a paragraph,    ;; A line starting with $$ starts a paragraph,
908    ;; but does not separate paragraphs if it has more stuff on it.    ;; but does not separate paragraphs if it has more stuff on it.

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26