From 7d6f008511122e7b183e26bbf8772988722787ce Mon Sep 17 00:00:00 2001 From: yoichi Date: Sun, 5 Oct 2003 18:22:03 +0000 Subject: [PATCH] Require emu for char-list-to-string --- elmo/ChangeLog | 4 ++++ elmo/elmo-util.el | 1 + 2 files changed, 5 insertions(+) diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 2643632..8060c94 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,7 @@ +2003-10-06 Yoichi NAKAYAMA + + * elmo-util.el (toplevel): Require emu for char-list-to-string. + 2003-10-05 Yuuichi Teranishi * elmo-util.el (elmo-get-hash-val): Simplify. diff --git a/elmo/elmo-util.el b/elmo/elmo-util.el index c8d7b8a..6e9e5da 100644 --- 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." -- 1.7.10.4