comparison lisp/progmodes/f90.el @ 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 08ece7841cd6
children 888d43e15dfd 95879cc1ed20
comparison
equal deleted inserted replaced
59242:520077017d32 59243:d4561cc8329d
816 local-abbrev-table f90-mode-abbrev-table) 816 local-abbrev-table f90-mode-abbrev-table)
817 (set-syntax-table f90-mode-syntax-table) 817 (set-syntax-table f90-mode-syntax-table)
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)
825 (set (make-local-variable 'abbrev-all-caps) t) 825 (set (make-local-variable 'abbrev-all-caps) t)
826 (set (make-local-variable 'normal-auto-fill-function) 'f90-do-auto-fill) 826 (set (make-local-variable 'normal-auto-fill-function) 'f90-do-auto-fill)