From: Richard M. Stallman Date: Mon, 3 Jan 1994 20:06:28 +0000 (+0000) Subject: (tex-common-initialization): Make parse-sexp-ignore-comments t. X-Git-Tag: emacs-19.34~10424 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e0b53ad3d326c42ec059ac2411ebd083fe66b60;p=emacs.git (tex-common-initialization): Make parse-sexp-ignore-comments t. --- 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)