changeset 59237:276072a4cd9d

(ada-mode): Use mode-require-final-newline.
author Richard M. Stallman <rms@gnu.org>
date Fri, 31 Dec 2004 14:49:18 +0000
parents 11818a96df38
children a7774e900abe
files lisp/progmodes/ada-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/ada-mode.el	Fri Dec 31 14:48:45 2004 +0000
+++ b/lisp/progmodes/ada-mode.el	Fri Dec 31 14:49:18 2004 +0000
@@ -1116,7 +1116,7 @@
   (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