From 760a39e255c599f6e1d5e0d7148cc9c1ab8cf17b Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 15 Jun 1998 18:04:32 +0000 Subject: [PATCH] (mailcap-file): Use `defcustom'. --- mailcap.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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. -- 1.7.10.4