diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-11 05:38:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-11 05:38:36 +0000 |
commit | 634ebd239a7db176f1f60d68267ff08a3287aac3 (patch) | |
tree | de0894a3a1e98e38791f86203707006cac8c785f /lisp | |
parent | 3fb1d9295b01667e57be5c94a8d4cb12ec65dd53 (diff) | |
download | emacs-634ebd239a7db176f1f60d68267ff08a3287aac3.tar.gz |
(mail-abbrev-mode-regexp): Add Reply-to.
Diffstat (limited to 'lisp')
-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." ;;; Syntax tables and abbrev-expansion -(defvar mail-abbrev-mode-regexp "^\\(Resent-\\)?\\(To\\|From\\|CC\\|BCC\\):" +(defvar mail-abbrev-mode-regexp + "^\\(Resent-\\)?\\(To\\|From\\|CC\\|BCC\\|Reply-to\\):" "*Regexp to select mail-headers in which mail-abbrevs should be expanded. This string it will be handed to `looking-at' with the point at the beginning of the current line; if it matches, abbrev mode will be turned on, otherwise |