[bknr-cvs] r2477 - branches/trunk-reorg/thirdparty/kmrcl-1.97

ksprotte at common-lisp.net ksprotte at common-lisp.net
Mon Feb 11 17:22:23 UTC 2008


Author: ksprotte
Date: Mon Feb 11 12:22:22 2008
New Revision: 2477

Modified:
   branches/trunk-reorg/thirdparty/kmrcl-1.97/package.lisp
Log:
kmrcl removed two offending symbols from export list


Modified: branches/trunk-reorg/thirdparty/kmrcl-1.97/package.lisp
==============================================================================
--- branches/trunk-reorg/thirdparty/kmrcl-1.97/package.lisp	(original)
+++ branches/trunk-reorg/thirdparty/kmrcl-1.97/package.lisp	Mon Feb 11 12:22:22 2008
@@ -119,7 +119,7 @@
    #:cwd
    #:quit
    #:command-line-arguments
-   #:copy-file
+   ;; #:copy-file
    #:run-shell-command
 
    ;; lists.lisp
@@ -253,7 +253,7 @@
    #:init/repl
 
    ;; From web-utils
-   #:*base-url*
+   ;; #:*base-url*
    #:base-url!
    #:make-url
    #:*standard-html-header*



More information about the Bknr-cvs mailing list