From 2e0b53ad3d326c42ec059ac2411ebd083fe66b60 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 3 Jan 1994 20:06:28 +0000 Subject: [PATCH] (tex-common-initialization): Make parse-sexp-ignore-comments t. --- lisp/textmodes/tex-mode.el | 2 ++ 1 file changed, 2 insertions(+) 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 (setq comment-start-skip "\\(\\(^\\|[^\\]\\)\\(\\\\\\\\\\)*\\)\\(%+ *\\)") (make-local-variable 'comment-indent-function) (setq comment-indent-function 'tex-comment-indent) + (make-local-variable 'parse-sexp-ignore-comments) + (setq parse-sexp-ignore-comments t) (make-local-variable 'compare-windows-whitespace) (setq compare-windows-whitespace 'tex-categorize-whitespace) (make-local-variable 'tex-command) -- 2.39.5