diff options
| author | Richard M. Stallman | 1994-01-11 05:38:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-11 05:38:36 +0000 |
| commit | 450b15a0b0103163eaeedf04e4158a1532b0984a (patch) | |
| tree | 7ddcca0a6aa4fc23d7eab296f0eb80644612958b | |
| parent | 4e87f4d2ad776e2fb2df550b65f362fb9cd4ab77 (diff) | |
| download | emacs-450b15a0b0103163eaeedf04e4158a1532b0984a.tar.gz emacs-450b15a0b0103163eaeedf04e4158a1532b0984a.zip | |
(mail-abbrev-mode-regexp): Add Reply-to.
| -rw-r--r-- | lisp/mail/mailabbrev.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index 4a41faff1c4..b1657aad24e 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el | |||
| @@ -349,7 +349,8 @@ line." | |||
| 349 | 349 | ||
| 350 | ;;; Syntax tables and abbrev-expansion | 350 | ;;; Syntax tables and abbrev-expansion |
| 351 | 351 | ||
| 352 | (defvar mail-abbrev-mode-regexp "^\\(Resent-\\)?\\(To\\|From\\|CC\\|BCC\\):" | 352 | (defvar mail-abbrev-mode-regexp |
| 353 | "^\\(Resent-\\)?\\(To\\|From\\|CC\\|BCC\\|Reply-to\\):" | ||
| 353 | "*Regexp to select mail-headers in which mail-abbrevs should be expanded. | 354 | "*Regexp to select mail-headers in which mail-abbrevs should be expanded. |
| 354 | This string it will be handed to `looking-at' with the point at the beginning | 355 | This string it will be handed to `looking-at' with the point at the beginning |
| 355 | of the current line; if it matches, abbrev mode will be turned on, otherwise | 356 | of the current line; if it matches, abbrev mode will be turned on, otherwise |