aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-01-11 05:38:36 +0000
committerRichard M. Stallman <[email protected]>1994-01-11 05:38:36 +0000
commit450b15a0b0103163eaeedf04e4158a1532b0984a (patch)
tree7ddcca0a6aa4fc23d7eab296f0eb80644612958b
parent4e87f4d2ad776e2fb2df550b65f362fb9cd4ab77 (diff)
(mail-abbrev-mode-regexp): Add Reply-to.
-rw-r--r--lisp/mail/mailabbrev.el3
1 files changed, 2 insertions, 1 deletions
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