diff lisp/mail/mh-comp.el @ 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 a1b8926f7ece
children c9c652970786
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)