From: Richard M. Stallman Date: Fri, 31 Dec 2004 14:53:55 +0000 (+0000) Subject: (icon-mode): Use mode-require-final-newline. X-Git-Tag: ttn-vms-21-2-B4~3020 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f355f3ef8b60be947ae4faa8720b790e2026b72;p=emacs.git (icon-mode): Use mode-require-final-newline. --- diff --git a/lisp/progmodes/icon.el b/lisp/progmodes/icon.el index 694eea1285c..c61c64532a3 100644 --- a/lisp/progmodes/icon.el +++ b/lisp/progmodes/icon.el @@ -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)