From 2a42d1606c6f95039b00486bee54f48f677114f4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 28 May 1998 04:07:14 +0000 Subject: [PATCH] (mail-from-style): Fix prev change. --- lisp/mail/sendmail.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2