From: Richard M. Stallman Date: Fri, 31 Dec 2004 14:57:45 +0000 (+0000) Subject: (simula-mode): Use mode-require-final-newline. X-Git-Tag: ttn-vms-21-2-B4~3013 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a471c5615ee46bdad0a91321afe1e29b9eaa00f9;p=emacs.git (simula-mode): Use mode-require-final-newline. --- diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el index a27f91e8595..b9097536bfe 100644 --- a/lisp/progmodes/simula.el +++ b/lisp/progmodes/simula.el @@ -380,7 +380,7 @@ with no arguments, if that value is non-nil." (make-local-variable 'indent-line-function) (setq indent-line-function 'simula-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)