projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15b6650
)
(mime-mailcap-file): Turn to non user option.
author
tomo
<tomo>
Wed, 27 Dec 2000 12:18:32 +0000
(12:18 +0000)
committer
tomo
<tomo>
Wed, 27 Dec 2000 12:18:32 +0000
(12:18 +0000)
mime-conf.el
patch
|
blob
|
history
diff --git
a/mime-conf.el
b/mime-conf.el
index
84fed40
..
0550893
100644
(file)
--- 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)