diff options
| -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) |