From: Andreas Schwab Date: Wed, 24 Jun 1998 09:17:20 +0000 (+0000) Subject: (rmail-enable-mime): Use `other' widget type. X-Git-Tag: emacs-20.3~488 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=16c53cdb99992c7ec4d688cdf8f00bdde09e6048;p=emacs.git (rmail-enable-mime): Use `other' widget type. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 7f366b37739..f193e42b08a 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -343,7 +343,7 @@ If the value is neither t nor nil, RMAIL does not show MIME decoded message 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