diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 03:27:18 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 03:27:18 +0000 |
commit | d91e903d4a73ad06e5773a8bfc4902f1b10181ca (patch) | |
tree | 8405bafb611b83237c9661723511ec3ee40937ad /lisp/textmodes/tex-mode.el | |
parent | 6c59ed5680001a63b13f3a3f1a2eac0cc254f760 (diff) | |
download | emacs-d91e903d4a73ad06e5773a8bfc4902f1b10181ca.tar.gz |
Added or corrected Commentary sections
Diffstat (limited to 'lisp/textmodes/tex-mode.el')
-rw-r--r-- | lisp/textmodes/tex-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index cee97ffa407..7835bfd120a 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -437,8 +437,8 @@ tex-shell-hook is called." (setq comment-start "%") (make-local-variable 'comment-start-skip) (setq comment-start-skip "\\(\\(^\\|[^\\]\\)\\(\\\\\\\\\\)*\\)\\(%+ *\\)") - (make-local-variable 'comment-indent-hook) - (setq comment-indent-hook 'tex-comment-indent) + (make-local-variable 'comment-indent-function) + (setq comment-indent-function 'tex-comment-indent) (make-local-variable 'compare-windows-whitespace) (setq compare-windows-whitespace 'tex-categorize-whitespace) (make-local-variable 'tex-command) |