From aadb68a1605bcdae7589c5057e5505885b52a320 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 23 Feb 2001 01:03:40 +0000 Subject: [PATCH] * mu-cite.el: Require `emu' as well as `poem' because we have need to pickup the function `char-category' for XEmacs. --- ChangeLog | 5 +++++ mu-cite.el | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 59ab514..41d243d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-02-23 Katsumi Yamaoka + + * 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 * mu-cite.el (top level): Require `poem' instead of `poe' for diff --git a/mu-cite.el b/mu-cite.el index b4e7a1c..6fafddb 100644 --- a/mu-cite.el +++ b/mu-cite.el @@ -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 ;; Shuhei KOBAYASHI @@ -43,8 +43,10 @@ ;;; 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) -- 1.7.10.4