changeset 43054:cdc1a6112b86

(mail-mode): Undo half of last change.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 01 Feb 2002 21:59:53 +0000
parents c9f8fe6e7d28
children c2f40ecd4297
files lisp/mail/sendmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Fri Feb 01 21:44:26 2002 +0000
+++ b/lisp/mail/sendmail.el	Fri Feb 01 21:59:53 2002 +0000
@@ -491,7 +491,7 @@
 		adaptive-fill-regexp))
   (make-local-variable 'adaptive-fill-first-line-regexp)
   (setq adaptive-fill-first-line-regexp
-	(concat "[ \t]*[-[:alnum:]]+>+[ \t]*\\|"
+	(concat "[ \t]*[-[:alnum:]]*>+[ \t]*\\|"
 		adaptive-fill-first-line-regexp))
   ;; `-- ' precedes the signature.  `-----' appears at the start of the
   ;; lines that delimit forwarded messages.