changeset 59252:2a058ed87066

(simula-mode): Use mode-require-final-newline.
author Richard M. Stallman <rms@gnu.org>
date Fri, 31 Dec 2004 14:57:45 +0000
parents 84ede35ffeb4
children eb98fdac5466
files lisp/progmodes/simula.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/simula.el	Fri Dec 31 14:57:21 2004 +0000
+++ b/lisp/progmodes/simula.el	Fri Dec 31 14:57:45 2004 +0000
@@ -380,7 +380,7 @@
   (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)