(scheme-mode-variables): Remove ^ from paragraph-start & paragraph-separate.
authorBoris Goldowsky <boris@gnu.org>
Thu, 2 Mar 1995 15:40:12 +0000 (15:40 +0000)
committerBoris Goldowsky <boris@gnu.org>
Thu, 2 Mar 1995 15:40:12 +0000 (15:40 +0000)
lisp/progmodes/scheme.el

index 94ee1ed..d2ea8c1 100644 (file)
@@ -91,7 +91,7 @@
   (set-syntax-table scheme-mode-syntax-table)
   (setq local-abbrev-table scheme-mode-abbrev-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)