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:
parent
722d313233
commit
fd98e23a7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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) "$$$")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue