Mercurial > emacs
changeset 10892:0e6ae3605c92
(scheme-mode-variables): Remove ^ from paragraph-start & paragraph-separate.
author | Boris Goldowsky <boris@gnu.org> |
---|---|
date | Thu, 02 Mar 1995 15:40:12 +0000 |
parents | 8535e6d5f8bb |
children | e9418d324071 |
files | lisp/progmodes/scheme.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/scheme.el Thu Mar 02 15:39:18 1995 +0000 +++ b/lisp/progmodes/scheme.el Thu Mar 02 15:40:12 1995 +0000 @@ -91,7 +91,7 @@ (set-syntax-table scheme-mode-syntax-table) (setq local-abbrev-table scheme-mode-abbrev-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 'paragraph-ignore-fill-prefix)