diff lisp/mail/mailabbrev.el @ 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 6d9ebfc05a1f
children 338a91733ff9
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