From: morioka Date: Mon, 15 Jun 1998 18:04:32 +0000 (+0000) Subject: (mailcap-file): Use `defcustom'. X-Git-Tag: flim-1_3_0_9~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=760a39e255c599f6e1d5e0d7148cc9c1ab8cf17b;p=elisp%2Fflim.git (mailcap-file): Use `defcustom'. --- diff --git a/mailcap.el b/mailcap.el index 76b3812..12eee88 100644 --- a/mailcap.el +++ b/mailcap.el @@ -170,8 +170,11 @@ order. Otherwise result is not sorted." (t entries) )))) -(defvar mailcap-file "~/.mailcap" - "*File name of user's mailcap file.") + +(defcustom mailcap-file "~/.mailcap" + "*File name of user's mailcap file." + :group 'mime + :type 'file) (defun mailcap-parse-file (&optional filename order) "Parse FILENAME as a mailcap, and return the result.