mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
(icon-mode): Use mode-require-final-newline.
This commit is contained in:
parent
fd98e23a7a
commit
3f355f3ef8
@ -177,7 +177,7 @@ with no args, if that value is non-nil."
|
||||
(make-local-variable 'indent-line-function)
|
||||
(setq indent-line-function 'icon-indent-line)
|
||||
(make-local-variable 'require-final-newline)
|
||||
(setq require-final-newline t)
|
||||
(setq require-final-newline mode-require-final-newline)
|
||||
(make-local-variable 'comment-start)
|
||||
(setq comment-start "# ")
|
||||
(make-local-variable 'comment-end)
|
||||
|
Loading…
Reference in New Issue
Block a user