changeset 10885:13ce3a71c223

(modula-2-mode): Remove ^ from paragraph-start & paragraph-separate.
author Boris Goldowsky <boris@gnu.org>
date Thu, 02 Mar 1995 15:31:55 +0000
parents aee68b0d23e1
children 7872c31968be
files lisp/progmodes/modula2.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/modula2.el	Thu Mar 02 15:28:45 1995 +0000
+++ b/lisp/progmodes/modula2.el	Thu Mar 02 15:31:55 1995 +0000
@@ -123,7 +123,7 @@
   (setq end-comment-column 75)
   (set-syntax-table m2-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)