From: Richard M. Stallman Date: Thu, 28 May 1998 04:07:14 +0000 (+0000) Subject: (mail-from-style): Fix prev change. X-Git-Tag: emacs-20.3~801 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a42d1606c6f95039b00486bee54f48f677114f4;p=emacs.git (mail-from-style): Fix prev change. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 3afdddb974f..f5a95553074 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -45,6 +45,7 @@ If `angles', they look like: 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