# HG changeset patch # User Stefan Monnier # Date 1011746667 0 # Node ID 4c65aa6c104689ef91d2baf8b3cd82d693fc6934 # Parent 4df576b320fbfaebb38c3ad1703f824c31d46346 (mail-mode): ">" is not a supercite-style prefix and is already matched by adaptive-fill-regexp. diff -r 4df576b320fb -r 4c65aa6c1046 lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Wed Jan 23 00:00:23 2002 +0000 +++ b/lisp/mail/sendmail.el Wed Jan 23 00:44:27 2002 +0000 @@ -487,11 +487,11 @@ (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.