changeset 22277:cc85ea3f54cc

(mail-from-style): Rename new alternative to `system-default'.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 May 1998 04:08:24 +0000
parents 17b123f15a22
children 7a9f75f6e065
files lisp/mail/sendmail.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Thu May 28 04:07:14 1998 +0000
+++ b/lisp/mail/sendmail.el	Thu May 28 04:08:24 1998 +0000
@@ -43,8 +43,9 @@
 	king@grassland.com (Elvis Parsley)
 If `angles', they look like:
 	Elvis Parsley <king@grassland.com>
-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)