From: tomo Date: Wed, 27 Dec 2000 12:18:32 +0000 (+0000) Subject: (mime-mailcap-file): Turn to non user option. X-Git-Tag: flim-1_14-ueno-1~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c621f44d4221cc3e0aa3854e72b146f56d51238d;p=elisp%2Fflim.git (mime-mailcap-file): Turn to non user option. --- diff --git a/mime-conf.el b/mime-conf.el index 84fed40..0550893 100644 --- a/mime-conf.el +++ b/mime-conf.el @@ -176,10 +176,8 @@ order. Otherwise result is not sorted." ;;;###autoload -(defcustom mime-mailcap-file "~/.mailcap" - "*File name of user's mailcap file." - :group 'mime - :type 'file) +(defvar mime-mailcap-file "~/.mailcap" + "*File name of user's mailcap file.") ;;;###autoload (defun mime-parse-mailcap-file (&optional filename order)