comparison lisp/textmodes/tex-mode.el @ 2307:10e417efb12a

Added or corrected Commentary sections
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 22 Mar 1993 03:27:18 +0000
parents daf268a98d5e
children b65cf676a09b
comparison
equal deleted inserted replaced
2306:59c8668f70c7 2307:10e417efb12a
435 (setq paragraph-separate paragraph-start) 435 (setq paragraph-separate paragraph-start)
436 (make-local-variable 'comment-start) 436 (make-local-variable 'comment-start)
437 (setq comment-start "%") 437 (setq comment-start "%")
438 (make-local-variable 'comment-start-skip) 438 (make-local-variable 'comment-start-skip)
439 (setq comment-start-skip "\\(\\(^\\|[^\\]\\)\\(\\\\\\\\\\)*\\)\\(%+ *\\)") 439 (setq comment-start-skip "\\(\\(^\\|[^\\]\\)\\(\\\\\\\\\\)*\\)\\(%+ *\\)")
440 (make-local-variable 'comment-indent-hook) 440 (make-local-variable 'comment-indent-function)
441 (setq comment-indent-hook 'tex-comment-indent) 441 (setq comment-indent-function 'tex-comment-indent)
442 (make-local-variable 'compare-windows-whitespace) 442 (make-local-variable 'compare-windows-whitespace)
443 (setq compare-windows-whitespace 'tex-categorize-whitespace) 443 (setq compare-windows-whitespace 'tex-categorize-whitespace)
444 (make-local-variable 'tex-command) 444 (make-local-variable 'tex-command)
445 (make-local-variable 'tex-start-of-header) 445 (make-local-variable 'tex-start-of-header)
446 (make-local-variable 'tex-end-of-header) 446 (make-local-variable 'tex-end-of-header)