diff options
| author | Richard M. Stallman | 2004-12-31 14:53:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-31 14:53:55 +0000 |
| commit | 3f355f3ef8b60be947ae4faa8720b790e2026b72 (patch) | |
| tree | 069c514891e5cfd7a8eabe62d3ffa5b235dfda50 | |
| parent | fd98e23a7a1860e7974a113db5fba26659278129 (diff) | |
| download | emacs-3f355f3ef8b60be947ae4faa8720b790e2026b72.tar.gz emacs-3f355f3ef8b60be947ae4faa8720b790e2026b72.zip | |
(icon-mode): Use mode-require-final-newline.
| -rw-r--r-- | lisp/progmodes/icon.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/icon.el b/lisp/progmodes/icon.el index 694eea1285c..c61c64532a3 100644 --- a/lisp/progmodes/icon.el +++ b/lisp/progmodes/icon.el | |||
| @@ -177,7 +177,7 @@ with no args, if that value is non-nil." | |||
| 177 | (make-local-variable 'indent-line-function) | 177 | (make-local-variable 'indent-line-function) |
| 178 | (setq indent-line-function 'icon-indent-line) | 178 | (setq indent-line-function 'icon-indent-line) |
| 179 | (make-local-variable 'require-final-newline) | 179 | (make-local-variable 'require-final-newline) |
| 180 | (setq require-final-newline t) | 180 | (setq require-final-newline mode-require-final-newline) |
| 181 | (make-local-variable 'comment-start) | 181 | (make-local-variable 'comment-start) |
| 182 | (setq comment-start "# ") | 182 | (setq comment-start "# ") |
| 183 | (make-local-variable 'comment-end) | 183 | (make-local-variable 'comment-end) |