diff options
| author | Richard M. Stallman | 1994-01-03 20:06:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-03 20:06:28 +0000 |
| commit | 2e0b53ad3d326c42ec059ac2411ebd083fe66b60 (patch) | |
| tree | ab2171240aab3c6e075bfdb2705feee18d39f7bc | |
| parent | cb3fe1f0a766768f4bc37ed402fab3e1a8c1f0c4 (diff) | |
| download | emacs-2e0b53ad3d326c42ec059ac2411ebd083fe66b60.tar.gz emacs-2e0b53ad3d326c42ec059ac2411ebd083fe66b60.zip | |
(tex-common-initialization): Make parse-sexp-ignore-comments t.
| -rw-r--r-- | lisp/textmodes/tex-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
| 517 | (setq comment-start-skip "\\(\\(^\\|[^\\]\\)\\(\\\\\\\\\\)*\\)\\(%+ *\\)") | 517 | (setq comment-start-skip "\\(\\(^\\|[^\\]\\)\\(\\\\\\\\\\)*\\)\\(%+ *\\)") |
| 518 | (make-local-variable 'comment-indent-function) | 518 | (make-local-variable 'comment-indent-function) |
| 519 | (setq comment-indent-function 'tex-comment-indent) | 519 | (setq comment-indent-function 'tex-comment-indent) |
| 520 | (make-local-variable 'parse-sexp-ignore-comments) | ||
| 521 | (setq parse-sexp-ignore-comments t) | ||
| 520 | (make-local-variable 'compare-windows-whitespace) | 522 | (make-local-variable 'compare-windows-whitespace) |
| 521 | (setq compare-windows-whitespace 'tex-categorize-whitespace) | 523 | (setq compare-windows-whitespace 'tex-categorize-whitespace) |
| 522 | (make-local-variable 'tex-command) | 524 | (make-local-variable 'tex-command) |