From a9071c3907f253e3683eaa8a52be18184f23fef5 Mon Sep 17 00:00:00 2001 From: yoichi Date: Tue, 25 Sep 2001 16:59:23 +0000 Subject: [PATCH] * wl-vars.el (toplevel): Require elmo-util. --- wl/ChangeLog | 1 + wl/wl-vars.el | 1 + 2 files changed, 2 insertions(+) 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)) -- 1.7.10.4