aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-12-31 14:54:11 +0000
committerRichard M. Stallman2004-12-31 14:54:11 +0000
commit44825abfc9cc40afc37c714c0a9dfb89d0303c40 (patch)
treef2d0272d060ee5a379c3a552a70656f296cf0e54
parent3f355f3ef8b60be947ae4faa8720b790e2026b72 (diff)
downloademacs-44825abfc9cc40afc37c714c0a9dfb89d0303c40.tar.gz
emacs-44825abfc9cc40afc37c714c0a9dfb89d0303c40.zip
(idlwave-mode): Use mode-require-final-newline.
-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 a17ba3e844f..6aa9fdeb319 100644
--- a/lisp/progmodes/idlwave.el
+++ b/lisp/progmodes/idlwave.el
@@ -1892,7 +1892,7 @@ The main features of this mode are
1892 1892
1893 (set (make-local-variable 'comment-start-skip) ";+[ \t]*") 1893 (set (make-local-variable 'comment-start-skip) ";+[ \t]*")
1894 (set (make-local-variable 'comment-start) ";") 1894 (set (make-local-variable 'comment-start) ";")
1895 (set (make-local-variable 'require-final-newline) t) 1895 (set (make-local-variable 'require-final-newline) mode-require-final-newline)
1896 (set (make-local-variable 'abbrev-all-caps) t) 1896 (set (make-local-variable 'abbrev-all-caps) t)
1897 (set (make-local-variable 'indent-tabs-mode) nil) 1897 (set (make-local-variable 'indent-tabs-mode) nil)
1898 (set (make-local-variable 'completion-ignore-case) t) 1898 (set (make-local-variable 'completion-ignore-case) t)