From 6f79954a24585bca6b2730fbb9eb87cded5261d4 Mon Sep 17 00:00:00 2001 From: keiichi Date: Fri, 2 Feb 2001 03:30:09 +0000 Subject: [PATCH] (top level): Require `poem' instead of `poe' for `char-next-index'. --- mu-cite.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu-cite.el b/mu-cite.el index cc9db01..b4e7a1c 100644 --- a/mu-cite.el +++ b/mu-cite.el @@ -43,8 +43,8 @@ ;;; Code: -;; Pickup some macros, e.g. `with-temp-buffer', for old Emacsen. -(require 'poe) +;; Pickup the macros `char-next-index', `with-temp-buffer', etc. +(require 'poem) (require 'pcustom) (require 'std11) -- 1.7.10.4