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

index 3ec6b3259832ffea78ad8b40142337cdda971a91..94e63cb9f485c6a66df3e2244193ed71ef0af5dd 100644 (file)
@@ -211,7 +211,7 @@ Entry to this mode calls the value of mim-mode-hook if non-nil."
   (use-local-map mim-mode-map)
   (set-syntax-table mim-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)