# HG changeset patch # User Richard M. Stallman # Date 757627588 0 # Node ID cde2cde50796a59e18fe6f941cc863a197fb3f81 # Parent a0e483109eaa6ce31031d2cd7d75bf285ebd1934 (tex-common-initialization): Make parse-sexp-ignore-comments t. diff -r a0e483109eaa -r cde2cde50796 lisp/textmodes/tex-mode.el --- a/lisp/textmodes/tex-mode.el Mon Jan 03 16:56:13 1994 +0000 +++ b/lisp/textmodes/tex-mode.el Mon Jan 03 20:06:28 1994 +0000 @@ -517,6 +517,8 @@ (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)