diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-02-01 22:00:02 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-02-01 22:00:02 +0000 |
commit | 4003548799689faffc45f048fe1af483bad8507e (patch) | |
tree | 5e6758b7f028cd9ac0733ac368c157cce239048a /lisp/mail | |
parent | e30ce0986a2efbb99806a9e9d48315403a7e2c67 (diff) | |
download | emacs-4003548799689faffc45f048fe1af483bad8507e.tar.gz |
(mail-mode): Undo half of last change.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/sendmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 8497af5f7ef..4986b75c983 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -491,7 +491,7 @@ Turning on Mail mode runs the normal hooks `text-mode-hook' and 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. |