aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/tex-mode.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 55fe70fc1d6..4beecdab124 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -517,6 +517,8 @@ Entering SliTeX mode calls the value of `text-mode-hook', then the value of
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)