Mercurial > emacs
changeset 10889:de7673bb5d19
(perl-mode): Remove ^ from paragraph-start & paragraph-separate.
author | Boris Goldowsky <boris@gnu.org> |
---|---|
date | Thu, 02 Mar 1995 15:37:20 +0000 |
parents | 388da827814c |
children | cf071af7db56 |
files | lisp/progmodes/perl-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/perl-mode.el Thu Mar 02 15:36:11 1995 +0000 +++ b/lisp/progmodes/perl-mode.el Thu Mar 02 15:37:20 1995 +0000 @@ -249,7 +249,7 @@ (setq local-abbrev-table perl-mode-abbrev-table) (set-syntax-table perl-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 'paragraph-ignore-fill-prefix)