# HG changeset patch # User Richard M. Stallman # Date 896328434 0 # Node ID 17b123f15a22e8cf91d6566d6cbb44ff4f7edeb8 # Parent 54bd3424441da5a209e63770687b219d4bea6997 (mail-from-style): Fix prev change. diff -r 54bd3424441d -r 17b123f15a22 lisp/mail/sendmail.el --- 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 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