[slime-cvs] CVS slime/contrib
gcarncross
gcarncross at common-lisp.net
Mon May 19 12:08:27 UTC 2008
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv15222/contrib
Modified Files:
swank-asdf.lisp
Log Message:
Load asdf when loading swank asdf
--- /project/slime/cvsroot/slime/contrib/swank-asdf.lisp 2007/09/04 10:32:07 1.1
+++ /project/slime/cvsroot/slime/contrib/swank-asdf.lisp 2008/05/19 12:08:25 1.2
@@ -9,6 +9,8 @@
(in-package :swank)
+(require :asdf)
+
(defslimefun operate-on-system-for-emacs (system-name operation &rest keywords)
"Compile and load SYSTEM using ASDF.
Record compiler notes signalled as `compiler-condition's."
More information about the slime-cvs
mailing list