]> git.eshelyaron.com Git - emacs.git/commitdiff
(modula-2-mode): Use mode-require-final-newline.
authorRichard M. Stallman <rms@gnu.org>
Fri, 31 Dec 2004 14:54:45 +0000 (14:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 31 Dec 2004 14:54:45 +0000 (14:54 +0000)
lisp/progmodes/modula2.el

index 2501f2d362e056f560fc9885810eba306a50a764..0fa46bee0f9773795e806ee496747ac8f885db4d 100644 (file)
@@ -151,7 +151,7 @@ followed by the first character of the construct.
 ;  (make-local-variable 'indent-line-function)
 ;  (setq indent-line-function 'c-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)