1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(pascal-mode): Make comment-indent-function buffer local.

This commit is contained in:
Richard M. Stallman 1996-12-07 20:33:22 +00:00
parent 6a16c4cb00
commit e7e09325ce

View file

@ -317,6 +317,7 @@ no args, if that value is non-nil."
(set-syntax-table pascal-mode-syntax-table)
(make-local-variable 'indent-line-function)
(setq indent-line-function 'pascal-indent-line)
(make-local-variable 'comment-indent-function)
(setq comment-indent-function 'pascal-indent-comment)
(make-local-variable 'parse-sexp-ignore-comments)
(setq parse-sexp-ignore-comments nil)