aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ada.el2
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."
233 (setq ada-comment-end-column 72) 233 (setq ada-comment-end-column 72)
234 (set-syntax-table ada-mode-syntax-table) 234 (set-syntax-table ada-mode-syntax-table)
235 (make-local-variable 'paragraph-start) 235 (make-local-variable 'paragraph-start)
236 (setq paragraph-start (concat "^$\\|" page-delimiter)) 236 (setq paragraph-start (concat "$\\|" page-delimiter))
237 (make-local-variable 'paragraph-separate) 237 (make-local-variable 'paragraph-separate)
238 (setq paragraph-separate paragraph-start) 238 (setq paragraph-separate paragraph-start)
239 (make-local-variable 'paragraph-ignore-fill-prefix) 239 (make-local-variable 'paragraph-ignore-fill-prefix)