Mercurial > emacs
changeset 59243:d4561cc8329d
(f90-mode): Use mode-require-final-newline.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 31 Dec 2004 14:53:24 +0000 |
parents | 520077017d32 |
children | 9d627ac86f8b |
files | lisp/progmodes/f90.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)