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:
parent
2e16553ccc
commit
e2e71c3251
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue