diff options
| author | Richard M. Stallman | 1997-08-01 18:12:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-01 18:12:50 +0000 |
| commit | 248be2038a34230ecb0dfc31f24ad586e231875d (patch) | |
| tree | 2b963da0a4a2f63890868b1cafc37e356de5b84d | |
| parent | 6d9cc10eb254d5e866bd0fe1311d158520798cd4 (diff) | |
| download | emacs-248be2038a34230ecb0dfc31f24ad586e231875d.tar.gz emacs-248be2038a34230ecb0dfc31f24ad586e231875d.zip | |
(mail-mode): Recognize foo> prefix
even without leading space.
| -rw-r--r-- | lisp/mail/sendmail.el | 2 |
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 |