diff options
Diffstat (limited to 'lisp/mail/rmailmm.el')
-rw-r--r-- | lisp/mail/rmailmm.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmailmm.el b/lisp/mail/rmailmm.el index b5b594f59f2..29f7d449a8b 100644 --- a/lisp/mail/rmailmm.el +++ b/lisp/mail/rmailmm.el @@ -139,7 +139,7 @@ automatically display the image in the buffer." extracted from message in a temporary buffer. Converts to text in current buffer. If NIL, display HTML source." :group 'rmail - :version "24.5" + :version "25.1" :type '(choice function (const nil))) (defcustom rmail-mime-prefer-html @@ -148,7 +148,7 @@ buffer. If NIL, display HTML source." "If non-nil, default to showing HTML part rather than text part when both are available" :group 'rmail - :version "24.5" + :version "25.1" :type 'boolean) ;;; End of user options. |