(byte-code-function-p): Check if the CDR of OBJECT is a cons cell.
[elisp/apel.git] / apel-ver.el
index 86e7862..b8141ab 100644 (file)
@@ -1,7 +1,6 @@
 ;;; apel-ver.el --- Declare APEL version.
 
 ;; Copyright (C) 1999 Free Software Foundation, Inc.
-;; Copyright (C) 1999 Keiichi Suzuki
 
 ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
 ;;     Keiichi Suzuki <keiichi@nanap.org>
 (provide 'apel-ver)                    ; these two files depend on each other.
 
 (product-provide 'apel-ver
-  (product-define "APEL" nil '(9 23))  ; comment.
-  ;; (product-define "APEL" nil '(9 24))       ;
-  ;; (product-define "APEL" nil '(9 25))       ;
-  ;; (product-define "APEL" nil '(9 26))       ;
+  ;; (product-define "APEL" nil '(9 23))       ; comment.
+  ;; (product-define "APEL" nil '(10 0))       ; Released 24 December 1999
+  (product-define "APEL" nil '(10 1))  ; Released 20 January 2000
+  ;; (product-define "APEL" nil '(10 2))       ;
   )
 
 (defun apel-version ()
@@ -51,6 +50,7 @@
        (message "%s" product-info)
       product-info)))
 
+
 ;;; @ End.
 ;;;