mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 04:17:35 +00:00
(rmail-enable-mime): Use `other' widget type.
This commit is contained in:
parent
a6639a1637
commit
16c53cdb99
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue