aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-12-31 14:54:11 +0000
committerRichard M. Stallman <[email protected]>2004-12-31 14:54:11 +0000
commit44825abfc9cc40afc37c714c0a9dfb89d0303c40 (patch)
treef2d0272d060ee5a379c3a552a70656f296cf0e54 /lisp/progmodes
parent3f355f3ef8b60be947ae4faa8720b790e2026b72 (diff)
(idlwave-mode): Use mode-require-final-newline.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/idlwave.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el
index a17ba3e844..6aa9fdeb31 100644
--- a/lisp/progmodes/idlwave.el
+++ b/lisp/progmodes/idlwave.el
@@ -1892,7 +1892,7 @@ The main features of this mode are
(set (make-local-variable 'comment-start-skip) ";+[ \t]*")
(set (make-local-variable 'comment-start) ";")
- (set (make-local-variable 'require-final-newline) t)
+ (set (make-local-variable 'require-final-newline) mode-require-final-newline)
(set (make-local-variable 'abbrev-all-caps) t)
(set (make-local-variable 'indent-tabs-mode) nil)
(set (make-local-variable 'completion-ignore-case) t)