]> git.eshelyaron.com Git - emacs.git/commitdiff
(tex-common-initialization): Make parse-sexp-ignore-comments t.
authorRichard M. Stallman <rms@gnu.org>
Mon, 3 Jan 1994 20:06:28 +0000 (20:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 3 Jan 1994 20:06:28 +0000 (20:06 +0000)
lisp/textmodes/tex-mode.el

index 55fe70fc1d64723550eae997442f341fdc58053d..4beecdab1241e563eb6a96c387bf4a2838d7d325 100644 (file)
@@ -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)