comparison lisp/textmodes/tex-mode.el @ 5427:cde2cde50796

(tex-common-initialization): Make parse-sexp-ignore-comments t.
author Richard M. Stallman <rms@gnu.org>
date Mon, 03 Jan 1994 20:06:28 +0000
parents 3dd5ff54e1cd
children 855f4f2d24da
comparison
equal deleted inserted replaced
5426:a0e483109eaa 5427:cde2cde50796
515 (setq comment-start "%") 515 (setq comment-start "%")
516 (make-local-variable 'comment-start-skip) 516 (make-local-variable 'comment-start-skip)
517 (setq comment-start-skip "\\(\\(^\\|[^\\]\\)\\(\\\\\\\\\\)*\\)\\(%+ *\\)") 517 (setq comment-start-skip "\\(\\(^\\|[^\\]\\)\\(\\\\\\\\\\)*\\)\\(%+ *\\)")
518 (make-local-variable 'comment-indent-function) 518 (make-local-variable 'comment-indent-function)
519 (setq comment-indent-function 'tex-comment-indent) 519 (setq comment-indent-function 'tex-comment-indent)
520 (make-local-variable 'parse-sexp-ignore-comments)
521 (setq parse-sexp-ignore-comments t)
520 (make-local-variable 'compare-windows-whitespace) 522 (make-local-variable 'compare-windows-whitespace)
521 (setq compare-windows-whitespace 'tex-categorize-whitespace) 523 (setq compare-windows-whitespace 'tex-categorize-whitespace)
522 (make-local-variable 'tex-command) 524 (make-local-variable 'tex-command)
523 (make-local-variable 'tex-start-of-header) 525 (make-local-variable 'tex-start-of-header)
524 (make-local-variable 'tex-end-of-header) 526 (make-local-variable 'tex-end-of-header)