From 450b15a0b0103163eaeedf04e4158a1532b0984a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 11 Jan 1994 05:38:36 +0000 Subject: (mail-abbrev-mode-regexp): Add Reply-to. --- lisp/mail/mailabbrev.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index 4a41faff1c..b1657aad24 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 -- cgit v1.2.3