(byte-code-function-p): Check if the CDR of OBJECT is a cons cell.
[elisp/apel.git] / Makefile
index 350c845..7a7b9ff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # Makefile for APEL.
 #
 
-VERSION = 9.23
+VERSION = 10.1
 
 TAR    = tar
 RM     = /bin/rm -f
@@ -51,7 +51,7 @@ tar:
        sh -c 'cvs tag -RF apel-`echo $(VERSION) \
                                | sed s/\\\\./_/ | sed s/\\\\./_/`; \
        cd /tmp; \
-       cvs -d :pserver:morioka@chamonix.jaist.ac.jp:/hare/cvs/root \
+       cvs -d :pserver:morioka@cvs.m17n.org:/cvs/root \
                export -d apel-$(VERSION) \
                -r apel-`echo $(VERSION) | tr . _` apel'
        cd /tmp; $(RM) apel-$(VERSION)/ftp.in ; \