mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(icon-mode): Use mode-require-final-newline.
This commit is contained in:
parent
fd98e23a7a
commit
3f355f3ef8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue