summaryrefslogtreecommitdiff
path: root/lisp/mail
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1998-06-24 09:17:20 +0000
committerAndreas Schwab <schwab@suse.de>1998-06-24 09:17:20 +0000
commit16c53cdb99992c7ec4d688cdf8f00bdde09e6048 (patch)
tree66a5182d0afa8e9867c11a43557fbb267ecda72e /lisp/mail
parenta6639a1637c059d46d2d05374674c1ad014aa2e1 (diff)
downloademacs-16c53cdb99992c7ec4d688cdf8f00bdde09e6048.tar.gz
(rmail-enable-mime): Use `other' widget type.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
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