+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
;;; 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)