]> git.eshelyaron.com Git - emacs.git/commitdiff
(idlwave-mode): Use mode-require-final-newline.
authorRichard M. Stallman <rms@gnu.org>
Fri, 31 Dec 2004 14:54:11 +0000 (14:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 31 Dec 2004 14:54:11 +0000 (14:54 +0000)
lisp/progmodes/idlwave.el

index a17ba3e844f1f25a481603b0e826ad08d7a8406c..6aa9fdeb319db4a243528153af89e38837bcdd5a 100644 (file)
@@ -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)