Mercurial > emacs
changeset 22591:ab11b5ffa8de
(rmail-enable-mime): Use `other' widget type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 24 Jun 1998 09:17:20 +0000 |
parents | fd24f556ad8f |
children | 17e17690ab4e |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Wed Jun 24 09:16:26 1998 +0000 +++ b/lisp/mail/rmail.el Wed Jun 24 09:17:20 1998 +0000 @@ -343,7 +343,7 @@ until a user explicitly requires it." :type '(choice (const :tag "on" t) (const :tag "off" nil) - (sexp :tag "when asked" :format "%t\n" ask)) + (other :tag "when asked" ask)) :group 'rmail) ;;;###autoload