From: Richard M. Stallman Date: Fri, 31 Dec 2004 14:53:40 +0000 (+0000) Subject: (fortran-mode): Use mode-require-final-newline. X-Git-Tag: ttn-vms-21-2-B4~3021 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd98e23a7a1860e7974a113db5fba26659278129;p=emacs.git (fortran-mode): Use mode-require-final-newline. --- diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index 88d41650c07..3ded7758b90 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el @@ -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) "$$$")