[closure-cvs] CVS closure/src/glisp

dlichteblau dlichteblau at common-lisp.net
Sat Jul 7 14:22:38 UTC 2007


Update of /project/closure/cvsroot/closure/src/glisp
In directory clnet:/tmp/cvs-serv23275

Modified Files:
	dep-clisp.lisp 
Log Message:
fixed build on clisp


--- /project/closure/cvsroot/closure/src/glisp/dep-clisp.lisp	2007/01/02 13:12:58	1.8
+++ /project/closure/cvsroot/closure/src/glisp/dep-clisp.lisp	2007/07/07 14:22:38	1.9
@@ -28,8 +28,6 @@
 
 (in-package :CL-USER)
 
-(setq lisp:*load-paths* '(#P"./"))
-
 (defmacro glisp::with-timeout ((&rest ignore) &body body)
   (declare (ignore ignore))
   `(progn
@@ -46,8 +44,8 @@
                    (error "What is the string element type of the day?")))
          options))
 
-(defun glisp:run-unix-shell-command (command)
-  (lisp:shell command))
+(defun glisp::run-unix-shell-command (command)
+  (ext:shell command))
 
 (export 'glisp::getenv :glisp)
 (defun glisp::getenv (var)




More information about the Closure-cvs mailing list