aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-12-31 14:53:24 +0000
committerRichard M. Stallman2004-12-31 14:53:24 +0000
commit722d313233d4af4ac39b9776822724e33846fefd (patch)
tree4ff70255d9b8acfdd8d9b1d5a7830701e424a259
parent7d441781a7a3abe9d63c9c444a8c68905ca429a6 (diff)
downloademacs-722d313233d4af4ac39b9776822724e33846fefd.tar.gz
emacs-722d313233d4af4ac39b9776822724e33846fefd.zip
(f90-mode): Use mode-require-final-newline.
-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 0f97e3f0012..fdb7fffac6c 100644
--- a/lisp/progmodes/f90.el
+++ b/lisp/progmodes/f90.el
@@ -818,7 +818,7 @@ with no args, if that value is non-nil."
818 (use-local-map f90-mode-map) 818 (use-local-map f90-mode-map)
819 (set (make-local-variable 'indent-line-function) 'f90-indent-line) 819 (set (make-local-variable 'indent-line-function) 'f90-indent-line)
820 (set (make-local-variable 'indent-region-function) 'f90-indent-region) 820 (set (make-local-variable 'indent-region-function) 'f90-indent-region)
821 (set (make-local-variable 'require-final-newline) t) 821 (set (make-local-variable 'require-final-newline) mode-require-final-newline)
822 (set (make-local-variable 'comment-start) "!") 822 (set (make-local-variable 'comment-start) "!")
823 (set (make-local-variable 'comment-start-skip) "!+ *") 823 (set (make-local-variable 'comment-start-skip) "!+ *")
824 (set (make-local-variable 'comment-indent-function) 'f90-comment-indent) 824 (set (make-local-variable 'comment-indent-function) 'f90-comment-indent)