Mercurial > emacs
changeset 10866:d299e8b59919
(ada-mode): Remove ^ from paragraph-start & -separate.
author | Boris Goldowsky <boris@gnu.org> |
---|---|
date | Wed, 01 Mar 1995 15:35:47 +0000 |
parents | 4887c9593b79 |
children | bbfb197435e3 |
files | lisp/=ada.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/=ada.el Wed Mar 01 15:29:37 1995 +0000 +++ b/lisp/=ada.el Wed Mar 01 15:35:47 1995 +0000 @@ -233,7 +233,7 @@ (setq ada-comment-end-column 72) (set-syntax-table ada-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)