projects
/
elisp
/
mu-cite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af83c6b
)
(top level): Require `poem' instead of `poe' for `char-next-index'.
author
keiichi
<keiichi>
Fri, 2 Feb 2001 03:30:09 +0000
(
03:30
+0000)
committer
keiichi
<keiichi>
Fri, 2 Feb 2001 03:30:09 +0000
(
03:30
+0000)
mu-cite.el
patch
|
blob
|
history
diff --git
a/mu-cite.el
b/mu-cite.el
index
cc9db01
..
b4e7a1c
100644
(file)
--- 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)