changeset 10899:03f7e4952d42

(indented-text-mode): Remove ^ from paragraph-start & paragraph-separate.
author Boris Goldowsky <boris@gnu.org>
date Thu, 02 Mar 1995 15:54:12 +0000
parents ebe3c755c5d9
children 5b375fee0e1f
files lisp/textmodes/text-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/text-mode.el	Thu Mar 02 15:52:37 1995 +0000
+++ b/lisp/textmodes/text-mode.el	Thu Mar 02 15:54:12 1995 +0000
@@ -106,7 +106,7 @@
   (make-local-variable 'indent-line-function)
   (setq indent-line-function 'indent-relative-maybe)
   (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)
   (use-local-map indented-text-mode-map)