From: Richard M. Stallman Date: Thu, 28 May 1998 04:08:24 +0000 (+0000) Subject: (mail-from-style): Rename new alternative to `system-default'. X-Git-Tag: emacs-20.3~800 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a97e0735fd645e6863d91afb901cf85d2347a25;p=emacs.git (mail-from-style): Rename new alternative to `system-default'. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index f5a95553074..4e2ce685ca5 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -43,8 +43,9 @@ If `parens', they look like: king@grassland.com (Elvis Parsley) 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)) +If `system-default', Rmail allows the system to insert its default From field." + :type '(choice (const nil) (const parens) (const angles) + (const system-default)) :version "20.3" :group 'sendmail)