* poe.el (minor-mode-overriding-map-alist): Remove the filename
[elisp/apel.git] / mule-caesar.el
index d080cc4..e03fa20 100644 (file)
 
 ;;; 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.
@@ -77,6 +80,7 @@ for 96 or 96x96 graphic character set)."
          )))))
 
 
-(provide 'mule-caesar)
+(require 'product)
+(product-provide (provide 'mule-caesar) (require 'apel-ver))
 
 ;;; mule-caesar.el ends here