aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab1998-06-24 09:17:20 +0000
committerAndreas Schwab1998-06-24 09:17:20 +0000
commit16c53cdb99992c7ec4d688cdf8f00bdde09e6048 (patch)
tree66a5182d0afa8e9867c11a43557fbb267ecda72e
parenta6639a1637c059d46d2d05374674c1ad014aa2e1 (diff)
downloademacs-16c53cdb99992c7ec4d688cdf8f00bdde09e6048.tar.gz
emacs-16c53cdb99992c7ec4d688cdf8f00bdde09e6048.zip
(rmail-enable-mime): Use `other' widget type.
-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
343until a user explicitly requires it." 343until a user explicitly requires it."
344 :type '(choice (const :tag "on" t) 344 :type '(choice (const :tag "on" t)
345 (const :tag "off" nil) 345 (const :tag "off" nil)
346 (sexp :tag "when asked" :format "%t\n" ask)) 346 (other :tag "when asked" ask))
347 :group 'rmail) 347 :group 'rmail)
348 348
349;;;###autoload 349;;;###autoload