1
0
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:
Richard M. Stallman 2004-12-31 14:49:18 +00:00
parent 9f0781df8a
commit 64a0475c02

View File

@ -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