Mercurial > emacs
changeset 10874:7ad2cc4e9963
(icon-mode): Remove ^ from paragraph-start & paragraph-separate.
author | Boris Goldowsky <boris@gnu.org> |
---|---|
date | Wed, 01 Mar 1995 16:00:54 +0000 |
parents | 1f8938c2c3a8 |
children | dd15c3dee99b |
files | lisp/progmodes/icon.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/icon.el Wed Mar 01 15:58:51 1995 +0000 +++ b/lisp/progmodes/icon.el Wed Mar 01 16:00:54 1995 +0000 @@ -129,7 +129,7 @@ (setq local-abbrev-table icon-mode-abbrev-table) (set-syntax-table icon-mode-syntax-table) (make-local-variable 'paragraph-start) - (setq paragraph-start (concat "^$\\|" page-delimiter)) + (setq paragraph-start (concat "$\\|" page-delimiter)) (make-local-variable 'paragraph-separate) (setq paragraph-separate paragraph-start) (make-local-variable 'indent-line-function)