# HG changeset patch # User Richard M. Stallman # Date 1104504804 0 # Node ID d4561cc8329de05ae1d800a31457351a04ddc0c6 # Parent 520077017d329527dbba17ba1e8fc059dcfa1180 (f90-mode): Use mode-require-final-newline. diff -r 520077017d32 -r d4561cc8329d lisp/progmodes/f90.el --- a/lisp/progmodes/f90.el Fri Dec 31 14:53:01 2004 +0000 +++ b/lisp/progmodes/f90.el Fri Dec 31 14:53:24 2004 +0000 @@ -818,7 +818,7 @@ (use-local-map f90-mode-map) (set (make-local-variable 'indent-line-function) 'f90-indent-line) (set (make-local-variable 'indent-region-function) 'f90-indent-region) - (set (make-local-variable 'require-final-newline) t) + (set (make-local-variable 'require-final-newline) mode-require-final-newline) (set (make-local-variable 'comment-start) "!") (set (make-local-variable 'comment-start-skip) "!+ *") (set (make-local-variable 'comment-indent-function) 'f90-comment-indent)