Require emu for char-list-to-string
authoryoichi <yoichi>
Sun, 5 Oct 2003 18:22:03 +0000 (18:22 +0000)
committeryoichi <yoichi>
Sun, 5 Oct 2003 18:22:03 +0000 (18:22 +0000)
elmo/ChangeLog
elmo/elmo-util.el

index 2643632..8060c94 100644 (file)
@@ -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.
index c8d7b8a..6e9e5da 100644 (file)
@@ -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."