1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(ada-mode): Remove ^ from paragraph-start & -separate.

This commit is contained in:
Boris Goldowsky 1995-03-01 15:35:47 +00:00
parent 2e16553ccc
commit e2e71c3251

View file

@ -233,7 +233,7 @@ Variable `ada-indent' controls the number of spaces for indent/undent."
(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)