From 9a97e0735fd645e6863d91afb901cf85d2347a25 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 28 May 1998 04:08:24 +0000 Subject: [PATCH] (mail-from-style): Rename new alternative to `system-default'. --- lisp/mail/sendmail.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 2.39.2