From: Stefan Monnier Date: Wed, 23 Jan 2002 00:44:27 +0000 (+0000) Subject: (mail-mode): ">" is not a supercite-style prefix X-Git-Tag: ttn-vms-21-2-B4~17008 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=567a1c29d9932087148051dd7f2f12c1c5645d8d;p=emacs.git (mail-mode): ">" is not a supercite-style prefix and is already matched by adaptive-fill-regexp. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 3e0f17e96b5..8497af5f7ef 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -487,11 +487,11 @@ Turning on Mail mode runs the normal hooks `text-mode-hook' and (set (make-local-variable 'comment-start) mail-yank-prefix) (make-local-variable 'adaptive-fill-regexp) (setq adaptive-fill-regexp - (concat "[ \t]*[-[:alnum:]]*>+[ \t]*\\|" + (concat "[ \t]*[-[:alnum:]]+>+[ \t]*\\|" 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.