# HG changeset patch # User Richard M. Stallman # Date 1104504820 0 # Node ID 9d627ac86f8b729a51ede7fbacd3478c462af9a4 # Parent d4561cc8329de05ae1d800a31457351a04ddc0c6 (fortran-mode): Use mode-require-final-newline. diff -r d4561cc8329d -r 9d627ac86f8b lisp/progmodes/fortran.el --- a/lisp/progmodes/fortran.el Fri Dec 31 14:53:24 2004 +0000 +++ b/lisp/progmodes/fortran.el Fri Dec 31 14:53:40 2004 +0000 @@ -674,7 +674,7 @@ (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) "$$$")