From a471c5615ee46bdad0a91321afe1e29b9eaa00f9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 31 Dec 2004 14:57:45 +0000 Subject: [PATCH] (simula-mode): Use mode-require-final-newline. --- lisp/progmodes/simula.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5