]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-enable-mime): Use `other' widget type.
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:17:20 +0000 (09:17 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:17:20 +0000 (09:17 +0000)
lisp/mail/rmail.el

index 7f366b377394dc77bf79c6dae6e406d3fded4b90..f193e42b08aeb9d5d741b98027183311f2e795a3 100644 (file)
@@ -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