]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/mm-view.el
Leading "*" in the doc of defvars is long obsolete.
[gnu-emacs] / lisp / gnus / mm-view.el
index c62ea958da6ec66331a6279c532f0bd15c056fd0..e934f8b2841b1a4190471802f72837c68cff63bb 100644 (file)
              (delete-region ,(point-min-marker)
                             ,(point-max-marker)))))))))
 
-(defvar mm-w3m-standalone-supports-m17n-p 'undecided
-  "*T means the w3m command supports the m17n feature.")
+(defcustom mm-w3m-standalone-supports-m17n-p 'undecided
+  "T means the w3m command supports the m17n feature."
+  :type '(choice (const nil) (const t) (other :tag "detect" undecided))
+  :group 'mime-display)
 
 (defun mm-w3m-standalone-supports-m17n-p ()
   "Say whether the w3m command supports the m17n feature."