Mercurial > emacs
comparison lisp/progmodes/idlwave.el @ 59246:3689cf45d8b0
(idlwave-mode): Use mode-require-final-newline.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 31 Dec 2004 14:54:11 +0000 |
parents | 2d3d6e1fecc2 |
children | d23604c1b411 025da3ba778e 95879cc1ed20 |
comparison
equal
deleted
inserted
replaced
59245:11d2d878c92f | 59246:3689cf45d8b0 |
---|---|
1890 (make-local-variable idlwave-comment-indent-function) | 1890 (make-local-variable idlwave-comment-indent-function) |
1891 (set idlwave-comment-indent-function 'idlwave-comment-hook) | 1891 (set idlwave-comment-indent-function 'idlwave-comment-hook) |
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) |
1899 | 1899 |
1900 (use-local-map idlwave-mode-map) | 1900 (use-local-map idlwave-mode-map) |