+2011-10-21 Chong Yidong <cyd@gnu.org>
+
+ * progmodes/idlwave.el (idlwave-mode):
+ * progmodes/vera-mode.el (vera-mode): No need to set
+ require-final-newline; that's done in prog-mode. Suggested by
+ Stefan Monnier.
+
2011-10-21 Martin Rudalics <rudalics@gmx.at>
* mouse.el (mouse-drag-window-above)
(set (make-local-variable 'comment-start-skip) ";+[ \t]*")
(set (make-local-variable 'comment-start) ";")
(set (make-local-variable 'comment-add) 1) ; ";;" for new and regions
- (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)
(set (make-local-variable 'comment-indent-function) 'c-comment-indent)
(set (make-local-variable 'paragraph-start) "^$")
(set (make-local-variable 'paragraph-separate) paragraph-start)
- (set (make-local-variable 'require-final-newline)
- mode-require-final-newline)
(set (make-local-variable 'indent-tabs-mode) nil)
(set (make-local-variable 'indent-line-function) 'vera-indent-line)
(set (make-local-variable 'parse-sexp-ignore-comments) t)