aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-01-03 20:06:28 +0000
committerRichard M. Stallman1994-01-03 20:06:28 +0000
commit2e0b53ad3d326c42ec059ac2411ebd083fe66b60 (patch)
treeab2171240aab3c6e075bfdb2705feee18d39f7bc
parentcb3fe1f0a766768f4bc37ed402fab3e1a8c1f0c4 (diff)
downloademacs-2e0b53ad3d326c42ec059ac2411ebd083fe66b60.tar.gz
emacs-2e0b53ad3d326c42ec059ac2411ebd083fe66b60.zip
(tex-common-initialization): Make parse-sexp-ignore-comments t.
-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)