summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-12-31 14:49:18 +0000
committerRichard M. Stallman <rms@gnu.org>2004-12-31 14:49:18 +0000
commit64a0475c0251c780895ac1d4d7c1523bf8fc03b6 (patch)
tree817a91b40364184da572a1d7afeb2bd8cc3ed6a8 /lisp/progmodes
parent9f0781df8a19ed2e5b1a299c58dc162184b02ccf (diff)
downloademacs-64a0475c0251c780895ac1d4d7c1523bf8fc03b6.tar.gz
(ada-mode): Use mode-require-final-newline.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/ada-mode.el2
1 files changed, 1 insertions, 1 deletions
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