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

index 88d41650c0721a4fa3433bd682a86295310d2158..3ded7758b909771787ee8151b01177b4a1b3cd48 100644 (file)
@@ -674,7 +674,7 @@ with no args, if that value is non-nil."
          (let (fortran-blink-matching-if ; avoid blinking delay
                indent-region-function)
            (indent-region start end nil))))
-  (set (make-local-variable 'require-final-newline) t)
+  (set (make-local-variable 'require-final-newline) mode-require-final-newline)
   ;; The syntax tables don't understand the column-0 comment-markers.
   (set (make-local-variable 'comment-use-syntax) nil)
   (set (make-local-variable 'comment-padding) "$$$")