(icon-mode): Remove ^ from paragraph-start & paragraph-separate.
authorBoris Goldowsky <boris@gnu.org>
Wed, 1 Mar 1995 16:00:54 +0000 (16:00 +0000)
committerBoris Goldowsky <boris@gnu.org>
Wed, 1 Mar 1995 16:00:54 +0000 (16:00 +0000)
lisp/progmodes/icon.el

index c65151c..10882da 100644 (file)
@@ -129,7 +129,7 @@ with no args, if that value is non-nil."
   (setq local-abbrev-table icon-mode-abbrev-table)
   (set-syntax-table icon-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 'indent-line-function)