Mercurial > emacs
changeset 5559:e976a52296fc
(mail-abbrev-mode-regexp): Add Reply-to.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 11 Jan 1994 05:38:36 +0000 |
parents | 42ec75481b8b |
children | a9924c6db247 |
files | lisp/mail/mailabbrev.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/mailabbrev.el Mon Jan 10 22:37:42 1994 +0000 +++ b/lisp/mail/mailabbrev.el Tue Jan 11 05:38:36 1994 +0000 @@ -349,7 +349,8 @@ ;;; 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