From: yoichi Date: Tue, 25 Sep 2001 16:59:23 +0000 (+0000) Subject: * wl-vars.el (toplevel): Require elmo-util. X-Git-Tag: wl-2_6_1~28 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a9071c3907f253e3683eaa8a52be18184f23fef5;p=elisp%2Fwanderlust.git * wl-vars.el (toplevel): Require elmo-util. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 02d89af..554128d 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,6 +1,7 @@ 2001-09-26 Yoichi NAKAYAMA * wl-vars.el (wl-biff-notify-hook): Set default to beep. + (toplevel): Require elmo-util. 2001-09-24 Katsumi Yamaoka diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 432b2d3..b7169f0 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -32,6 +32,7 @@ ;; (require 'elmo-vars) +(require 'elmo-util) (if (module-installed-p 'custom) (require 'custom))