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

index 6696bec5bc267a8b62442acc40ab05c91c6d25b2..aa4e2fc9790fa5e5ad8d682f314d2197493919a2 100644 (file)
@@ -106,7 +106,7 @@ Turning on `indented-text-mode' calls the value of the variable
   (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)