aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-12-31 14:53:24 +0000
committerRichard M. Stallman <[email protected]>2004-12-31 14:53:24 +0000
commit722d313233d4af4ac39b9776822724e33846fefd (patch)
tree4ff70255d9b8acfdd8d9b1d5a7830701e424a259 /lisp
parent7d441781a7a3abe9d63c9c444a8c68905ca429a6 (diff)
(f90-mode): Use mode-require-final-newline.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/f90.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el
index 0f97e3f001..fdb7fffac6 100644
--- a/lisp/progmodes/f90.el
+++ b/lisp/progmodes/f90.el
@@ -818,7 +818,7 @@ with no args, if that value is non-nil."
(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)