Mercurial > emacs
changeset 5427:cde2cde50796
(tex-common-initialization): Make parse-sexp-ignore-comments t.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 03 Jan 1994 20:06:28 +0000 |
parents | a0e483109eaa |
children | e66b058ec9f6 |
files | lisp/textmodes/tex-mode.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)