Mercurial > emacs
changeset 42915:4c65aa6c1046
(mail-mode): ">" is not a supercite-style prefix
and is already matched by adaptive-fill-regexp.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 23 Jan 2002 00:44:27 +0000 |
parents | 4df576b320fb |
children | 4d674ddf28fb |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.