(icon-mode): Use mode-require-final-newline.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user