[bknr-cvs] r1925 - trunk/thirdparty/net.post-office
bknr at bknr.net
bknr at bknr.net
Sun Mar 12 21:13:40 UTC 2006
Author: troussanov
Date: 2006-03-12 16:13:40 -0500 (Sun, 12 Mar 2006)
New Revision: 1925
Modified:
trunk/thirdparty/net.post-office/packages.lisp
Log:
Use CL package instead of LISP
Modified: trunk/thirdparty/net.post-office/packages.lisp
===================================================================
--- trunk/thirdparty/net.post-office/packages.lisp 2006-03-12 20:36:25 UTC (rev 1924)
+++ trunk/thirdparty/net.post-office/packages.lisp 2006-03-12 21:13:40 UTC (rev 1925)
@@ -1,6 +1,6 @@
(defpackage :net.post-office
- (:use #:lisp #+allegro #:excl #-allegro #:acl-compat.excl)
+ (:use #:cl #+allegro #:excl #-allegro #:acl-compat.excl)
(:export
;; smtp
#:send-letter
More information about the Bknr-cvs
mailing list