Mercurial > emacs
changeset 19074:a208bea62f88
(mail-mode): Recognize foo> prefix
even without leading space.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 01 Aug 1997 18:12:50 +0000 |
parents | 215810cb0e44 |
children | a0386e6bb200 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Fri Aug 01 18:09:30 1997 +0000 +++ b/lisp/mail/sendmail.el Fri Aug 01 18:12:50 1997 +0000 @@ -348,7 +348,7 @@ (setq fill-paragraph-function 'mail-mode-fill-paragraph) (make-local-variable 'adaptive-fill-regexp) (setq adaptive-fill-regexp - (concat "[ \t]+[a-z0-9A-Z]*>+ *\\|" adaptive-fill-regexp)) + (concat "[a-z0-9A-Z]*>+ *\\|" adaptive-fill-regexp)) (make-local-variable 'adaptive-fill-first-line-regexp) (setq adaptive-fill-first-line-regexp adaptive-fill-regexp) ;; `-- ' precedes the signature. `-----' appears at the start of the