diff options
Diffstat (limited to 'lisp/ada.el')
-rw-r--r-- | lisp/ada.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ada.el b/lisp/ada.el index 9eafaccd619..bae849bbbd1 100644 --- a/lisp/ada.el +++ b/lisp/ada.el @@ -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) |