# HG changeset patch # User Richard M. Stallman # Date 870459170 0 # Node ID a208bea62f88cb9a3a25a3c177fc5eab573ca9a9 # Parent 215810cb0e44a3f195d108f68bb6053300b52d32 (mail-mode): Recognize foo> prefix even without leading space. diff -r 215810cb0e44 -r a208bea62f88 lisp/mail/sendmail.el --- 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