Fix file header.
[elisp/apel.git] / poem-e20_3.el
index 4c3b1e2..9beb320 100644 (file)
@@ -1,4 +1,5 @@
-;;; poem-e20_3.el --- poem implementation for Emacs 20.3.
+;;; -*-byte-compile-dynamic: t;-*-
+;;; poem-e20_3.el --- poem submodule for Emacs 20.3
 
 ;; Copyright (C) 1998 Free Software Foundation, Inc.
 
@@ -39,6 +40,8 @@
   "Return index of character succeeding CHAR whose index is INDEX."
   `(1+ ,index))
 
+(defalias-maybe 'characterp 'char-valid-p)
+
 
 ;;; @ string
 ;;;
@@ -57,6 +60,7 @@
 ;;; @ end
 ;;;
 
-(provide 'poem-e20_3)
+(require 'product)
+(product-provide (provide 'poem-e20_3) (require 'apel-ver))
 
 ;;; poem-e20_3.el ends here