]> git.eshelyaron.com Git - emacs.git/commitdiff
(modula-2-mode): Remove ^ from paragraph-start & paragraph-separate.
authorBoris Goldowsky <boris@gnu.org>
Thu, 2 Mar 1995 15:31:55 +0000 (15:31 +0000)
committerBoris Goldowsky <boris@gnu.org>
Thu, 2 Mar 1995 15:31:55 +0000 (15:31 +0000)
lisp/progmodes/modula2.el

index 21b7d475b30559af247452809de1b5b840d0f01f..ada150732c39437a52a9d39cd20f60992d03c023 100644 (file)
@@ -123,7 +123,7 @@ followed by the first character of the construct.
   (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)