aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-01 18:12:50 +0000
committerRichard M. Stallman1997-08-01 18:12:50 +0000
commit248be2038a34230ecb0dfc31f24ad586e231875d (patch)
tree2b963da0a4a2f63890868b1cafc37e356de5b84d
parent6d9cc10eb254d5e866bd0fe1311d158520798cd4 (diff)
downloademacs-248be2038a34230ecb0dfc31f24ad586e231875d.tar.gz
emacs-248be2038a34230ecb0dfc31f24ad586e231875d.zip
(mail-mode): Recognize foo> prefix
even without leading space.
-rw-r--r--lisp/mail/sendmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index 985f11c872b..ff0835aabf8 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -348,7 +348,7 @@ C-c C-v mail-sent-via (add a Sent-via field for each To or CC)."
348 (setq fill-paragraph-function 'mail-mode-fill-paragraph) 348 (setq fill-paragraph-function 'mail-mode-fill-paragraph)
349 (make-local-variable 'adaptive-fill-regexp) 349 (make-local-variable 'adaptive-fill-regexp)
350 (setq adaptive-fill-regexp 350 (setq adaptive-fill-regexp
351 (concat "[ \t]+[a-z0-9A-Z]*>+ *\\|" adaptive-fill-regexp)) 351 (concat "[a-z0-9A-Z]*>+ *\\|" adaptive-fill-regexp))
352 (make-local-variable 'adaptive-fill-first-line-regexp) 352 (make-local-variable 'adaptive-fill-first-line-regexp)
353 (setq adaptive-fill-first-line-regexp adaptive-fill-regexp) 353 (setq adaptive-fill-first-line-regexp adaptive-fill-regexp)
354 ;; `-- ' precedes the signature. `-----' appears at the start of the 354 ;; `-- ' precedes the signature. `-----' appears at the start of the