From 64a0475c0251c780895ac1d4d7c1523bf8fc03b6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 31 Dec 2004 14:49:18 +0000 Subject: [PATCH] (ada-mode): Use mode-require-final-newline. --- lisp/progmodes/ada-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2