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 c65151c3a20..10882dabbe1 100644 --- a/lisp/progmodes/icon.el +++ b/lisp/progmodes/icon.el | |||
| @@ -129,7 +129,7 @@ with no args, if that value is non-nil." | |||
| 129 | (setq local-abbrev-table icon-mode-abbrev-table) | 129 | (setq local-abbrev-table icon-mode-abbrev-table) |
| 130 | (set-syntax-table icon-mode-syntax-table) | 130 | (set-syntax-table icon-mode-syntax-table) |
| 131 | (make-local-variable 'paragraph-start) | 131 | (make-local-variable 'paragraph-start) |
| 132 | (setq paragraph-start (concat "^$\\|" page-delimiter)) | 132 | (setq paragraph-start (concat "$\\|" page-delimiter)) |
| 133 | (make-local-variable 'paragraph-separate) | 133 | (make-local-variable 'paragraph-separate) |
| 134 | (setq paragraph-separate paragraph-start) | 134 | (setq paragraph-separate paragraph-start) |
| 135 | (make-local-variable 'indent-line-function) | 135 | (make-local-variable 'indent-line-function) |