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:
416953b
)
Don't require emu.
author
morioka
<morioka>
Mon, 12 Oct 1998 05:59:14 +0000
(
05:59
+0000)
committer
morioka
<morioka>
Mon, 12 Oct 1998 05:59:14 +0000
(
05:59
+0000)
Must require path-util.
mel.el
patch
|
blob
|
history
diff --git
a/mel.el
b/mel.el
index
1b13f0b
..
ae04782
100644
(file)
--- a/
mel.el
+++ b/
mel.el
@@
-25,8
+25,8
@@
;;; Code:
-(require 'emu)
(require 'mime-def)
+(require 'path-util)
(defcustom mime-encoding-list
'("7bit" "8bit" "binary" "base64" "quoted-printable")