[Cl-darcs-cvs] r42 - cl-darcs/trunk
mhenoch at common-lisp.net
mhenoch at common-lisp.net
Sat Sep 2 12:09:40 UTC 2006
Author: mhenoch
Date: Sat Sep 2 08:09:39 2006
New Revision: 42
Modified:
cl-darcs/trunk/packages.lisp
Log:
Export *HTTP-PROXY*
Modified: cl-darcs/trunk/packages.lisp
==============================================================================
--- cl-darcs/trunk/packages.lisp (original)
+++ cl-darcs/trunk/packages.lisp Sat Sep 2 08:09:39 2006
@@ -4,4 +4,4 @@
(:use :cl)
(:nicknames :cl-darcs)
(:export
- #:get-repo #:pull))
+ #:get-repo #:pull #:*http-proxy*))
More information about the Cl-darcs-cvs
mailing list