1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(fortran-mode): Use mode-require-final-newline.

This commit is contained in:
Richard M. Stallman 2004-12-31 14:53:40 +00:00
parent 722d313233
commit fd98e23a7a

View file

@ -674,7 +674,7 @@ with no args, if that value is non-nil."
(let (fortran-blink-matching-if ; avoid blinking delay
indent-region-function)
(indent-region start end nil))))
(set (make-local-variable 'require-final-newline) t)
(set (make-local-variable 'require-final-newline) mode-require-final-newline)
;; The syntax tables don't understand the column-0 comment-markers.
(set (make-local-variable 'comment-use-syntax) nil)
(set (make-local-variable 'comment-padding) "$$$")