projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ae7cf9
)
Require emu for char-list-to-string
author
yoichi
<yoichi>
Sun, 5 Oct 2003 18:22:03 +0000
(18:22 +0000)
committer
yoichi
<yoichi>
Sun, 5 Oct 2003 18:22:03 +0000
(18:22 +0000)
elmo/ChangeLog
patch
|
blob
|
history
elmo/elmo-util.el
patch
|
blob
|
history
diff --git
a/elmo/ChangeLog
b/elmo/ChangeLog
index
2643632
..
8060c94
100644
(file)
--- a/
elmo/ChangeLog
+++ b/
elmo/ChangeLog
@@
-1,3
+1,7
@@
+2003-10-06 Yoichi NAKAYAMA <yoichi@geiin.org>
+
+ * elmo-util.el (toplevel): Require emu for char-list-to-string.
+
2003-10-05 Yuuichi Teranishi <teranisi@gohome.org>
* elmo-util.el (elmo-get-hash-val): Simplify.
diff --git
a/elmo/elmo-util.el
b/elmo/elmo-util.el
index
c8d7b8a
..
6e9e5da
100644
(file)
--- a/
elmo/elmo-util.el
+++ b/
elmo/elmo-util.el
@@
-38,6
+38,7
@@
(require 'eword-decode)
(require 'utf7)
(require 'poem)
+(require 'emu)
(defmacro elmo-set-buffer-multibyte (flag)
"Set the multibyte flag of the current buffer to FLAG."