From: Stefan Monnier Date: Fri, 1 Feb 2002 22:00:02 +0000 (+0000) Subject: (mail-mode): Undo half of last change. X-Git-Tag: ttn-vms-21-2-B4~16889 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4003548799689faffc45f048fe1af483bad8507e;p=emacs.git (mail-mode): Undo half of last change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 18d3db9cc90..42562bb143d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2002-02-01 Stefan Monnier + * mail/sendmail.el (mail-mode): Undo half of last change. + * indent.el (indent-for-tab-command): Remove spurious code. * hi-lock.el (hi-lock-find-patterns): Save restriction. 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.