projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41b0ece
)
Require 'poe and 'poem.
author
shuhei-k
<shuhei-k>
Tue, 22 Jun 1999 23:17:38 +0000
(23:17 +0000)
committer
shuhei-k
<shuhei-k>
Tue, 22 Jun 1999 23:17:38 +0000
(23:17 +0000)
mule-caesar.el
patch
|
blob
|
history
diff --git
a/mule-caesar.el
b/mule-caesar.el
index
d080cc4
..
4bc32ea
100644
(file)
--- a/
mule-caesar.el
+++ b/
mule-caesar.el
@@
-24,7
+24,10
@@
;;; Code:
-(require 'emu)
+(require 'emu) ; for backward compatibility.
+(require 'poe) ; char-after.
+(require 'poem) ; charset-chars, char-charset,
+ ; and split-char.
(defun mule-caesar-region (start end &optional stride-ascii)
"Caesar rotation of current region.