From xemacs-m  Thu Apr 24 01:58:05 1997
Received: from fw.omronsoft.co.jp (firewall-user@fw.omronsoft.co.jp [202.32.116.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id BAA21264
	for <xemacs-beta@xemacs.org>; Thu, 24 Apr 1997 01:58:03 -0500 (CDT)
Received: by fw.omronsoft.co.jp; id PAA20379; Thu, 24 Apr 1997 15:58:02 +0900 (JST)
Received: from gw.omronsoft.co.jp(133.122.28.11) by fw.omronsoft.co.jp via smap (V3.1)
	id xma020377; Thu, 24 Apr 97 15:57:50 +0900
Received: by gw.omronsoft.co.jp (8.6.12+2.4W/3.3W-gw2.960424) id PAA23765; Thu, 24 Apr 1997 15:57:49 +0900
Received: from osk_mail.hon.kyoto.omronsoft by gw.omronsoft.co.jp (8.6.12+2.4W/3.3W-gw.960928) id PAA23697; Thu, 24 Apr 1997 15:57:42 +0900
Received: by osk_mail.hon.kyoto.omronsoft.co.jp (5.65/6.4J.6-OMRONSOFT-Ver1.31-Hat)
	id AA28775; Thu, 24 Apr 97 15:56:04 +0900
Received: by hrs_mail.rs.kyoto.omronsoft.co.jp (5.65/6.4J.6-OMRONSOFT-Ver1.3)
	id AA01575; Thu, 24 Apr 97 15:57:56 +0900
Received: by hrs102.rs.kyoto.omronsoft.co.jp (5.65/6.4J.6-OMRONSOFT-Ver1.3)
	id AA04145; Thu, 24 Apr 97 15:57:16 +0900
Message-Id: <9704240657.AA04145@hrs102.rs.kyoto.omronsoft.co.jp>
To: xemacs-beta@xemacs.org
Subject: autoload error as busyu-input or kakusuu-input
Date: Thu, 24 Apr 1997 15:51:05 +0900
From: -=-TSUTOMU NAKAMURA-=- <tsutomu@rs.kyoto.omronsoft.co.jp>


When I do M-x busyu-input or M-x kakusuu-input autoload error is
happend.


--- xemacs-20.1/lisp/egg/egg.el.orig	Thu Apr 24 15:45:54 1997
+++ xemacs-20.1/lisp/egg/egg.el	Thu Apr 24 15:45:47 1997
@@ -2832,8 +2832,8 @@
 
 (define-key global-map "\C-^"  'special-symbol-input)
 
-(autoload 'busyu-input "busyu" nil t)	;92.10.18 by K.Handa
-(autoload 'kakusuu-input "busyu" nil t)	;92.10.18 by K.Handa
+(autoload 'busyu-input "egg-busyu" nil t)	;92.10.18 by K.Handa
+(autoload 'kakusuu-input "egg-busyu" nil t)	;92.10.18 by K.Handa
 
 (provide 'egg)
 
--
     |       |     |     __/_ ----
 +---+---+ --+-- --+--    (/   \/
 |   |   |  /|\    |      /\   /\      -=- TSUTOMU NAKAMURA -=-
 +---+---+ / |  _  |      --+---+       OMRON SOFTWARE Co., Ltd.
     |       |    _|     __/   _| mailto:tsutomu@rs.kyoto.omronsoft.co.jp

