From: keiichi Date: Fri, 2 Feb 2001 03:30:09 +0000 (+0000) Subject: (top level): Require `poem' instead of `poe' for `char-next-index'. X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fmu-cite.git;a=commitdiff_plain;h=6f79954a24585bca6b2730fbb9eb87cded5261d4 (top level): Require `poem' instead of `poe' for `char-next-index'. --- 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)