From 16c53cdb99992c7ec4d688cdf8f00bdde09e6048 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 24 Jun 1998 09:17:20 +0000 Subject: [PATCH] (rmail-enable-mime): Use `other' widget type. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2