From: Richard M. Stallman Date: Fri, 31 Dec 2004 14:49:18 +0000 (+0000) Subject: (ada-mode): Use mode-require-final-newline. X-Git-Tag: ttn-vms-21-2-B4~3028 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=64a0475c0251c780895ac1d4d7c1523bf8fc03b6;p=emacs.git (ada-mode): Use mode-require-final-newline. --- diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index f7688e24069..818e58dd891 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el @@ -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