From 56054f1761897f8968017fb56995400085ee3d17 Mon Sep 17 00:00:00 2001 From: teranisi Date: Mon, 2 Apr 2001 22:29:00 +0000 Subject: [PATCH] * sb-airs.el (toplevel): Require 'sb-mhonarc. (According to the report from ABE Yasushi ) --- elmo/ChangeLog | 5 +++++ elmo/sb-airs.el | 1 + 2 files changed, 6 insertions(+) diff --git a/elmo/ChangeLog b/elmo/ChangeLog index b1deb7d..b4cddb6 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2001-04-03 Yuuichi Teranishi + + * sb-airs.el (toplevel): Require 'sb-mhonarc. + (According to the report from ABE Yasushi ) + 2001-04-02 Yuuichi Teranishi * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string. diff --git a/elmo/sb-airs.el b/elmo/sb-airs.el index c95c9b3..087889b 100644 --- a/elmo/sb-airs.el +++ b/elmo/sb-airs.el @@ -28,6 +28,7 @@ ;;; Code: (require 'shimbun) +(require 'sb-mhonarc) (luna-define-class shimbun-airs (shimbun-mhonarc) ()) -- 1.7.10.4