* mu-cite.el: Require `emu' as well as `poem' because we have need to pickup
authoryamaoka <yamaoka>
Fri, 23 Feb 2001 01:03:40 +0000 (01:03 +0000)
committeryamaoka <yamaoka>
Fri, 23 Feb 2001 01:03:40 +0000 (01:03 +0000)
 the function `char-category' for XEmacs.

ChangeLog
mu-cite.el

index 59ab514..41d243d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-23  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * mu-cite.el: Require `emu' as well as `poem' because we have need
+       to pickup the function `char-category' for XEmacs.
+
 2001-02-02  Keiichi Suzuki  <keiichi@nanap.org>
 
        * mu-cite.el (top level): Require `poem' instead of `poe' for
index b4e7a1c..6fafddb 100644 (file)
@@ -1,6 +1,6 @@
 ;;; mu-cite.el --- yet another citation tool for GNU Emacs
-
-;; Copyright (C) 1995,1996,1997,1998,1999 Free Software Foundation, Inc.
+;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001
+;;        Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <tomo@m17n.org>
 ;;         Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
 
 ;;; Code:
 
-;; Pickup the macros `char-next-index', `with-temp-buffer', etc.
-(require 'poem)
+;; We have need to pickup the function `char-category' for XEmacs which
+;; is defined in `emu'.  It requires `poem' recursively for picking up
+;; the macros `char-next-index', `with-temp-buffer', etc.
+(require 'emu)
 
 (require 'pcustom)
 (require 'std11)