changeset 10875:dd15c3dee99b

(mh-letter-mode): Remove ^ from paragraph-start & paragraph-separate.
author Boris Goldowsky <boris@gnu.org>
date Wed, 01 Mar 1995 16:03:33 +0000
parents 7ad2cc4e9963
children 715419786d7f
files lisp/mail/mh-comp.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/mh-comp.el	Wed Mar 01 16:00:54 1995 +0000
+++ b/lisp/mail/mh-comp.el	Wed Mar 01 16:03:33 1995 +0000
@@ -582,10 +582,10 @@
   (or mh-user-path (mh-find-path))
   (kill-all-local-variables)
   (make-local-variable 'paragraph-start)
-  (setq paragraph-start (concat "^[ \t]*[-_][-_][-_]+$\\|" paragraph-start))
+  (setq paragraph-start (concat "[ \t]*[-_][-_][-_]+$\\|" paragraph-start))
   (make-local-variable 'paragraph-separate)
   (setq paragraph-separate
-	(concat "^[ \t]*[-_][-_][-_]+$\\|" paragraph-separate))
+	(concat "[ \t]*[-_][-_][-_]+$\\|" paragraph-separate))
   (make-local-variable 'mh-send-args)
   (make-local-variable 'mh-annotate-char)
   (make-local-variable 'mh-annotate-field)