changeset 22276:17b123f15a22

(mail-from-style): Fix prev change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 May 1998 04:07:14 +0000
parents 54bd3424441d
children cc85ea3f54cc
files lisp/mail/sendmail.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Thu May 28 04:06:52 1998 +0000
+++ b/lisp/mail/sendmail.el	Thu May 28 04:07:14 1998 +0000
@@ -45,6 +45,7 @@
 	Elvis Parsley <king@grassland.com>
 If `default', Rmail allows the system to insert its default From field."
   :type '(choice (const nil) (const parens) (const angles) (const default))
+  :version "20.3"
   :group 'sendmail)
 
 ;;;###autoload