mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
(ada-mode): Use mode-require-final-newline.
This commit is contained in:
parent
9f0781df8a
commit
64a0475c02
@ -1116,7 +1116,7 @@ If you use ada-xref.el:
|
||||
(interactive)
|
||||
(kill-all-local-variables)
|
||||
|
||||
(set (make-local-variable 'require-final-newline) t)
|
||||
(set (make-local-variable 'require-final-newline) mode-require-final-newline)
|
||||
|
||||
;; Set the paragraph delimiters so that one can select a whole block
|
||||
;; simply with M-h
|
||||
|
Loading…
Reference in New Issue
Block a user