1
0
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:
Richard M. Stallman 2004-12-31 14:53:55 +00:00
parent fd98e23a7a
commit 3f355f3ef8

View File

@ -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)