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:
parent
6a16c4cb00
commit
e7e09325ce
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue