[slime-cvs] CVS slime/contrib
heller
heller at common-lisp.net
Mon Aug 4 20:25:57 UTC 2008
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv13458/contrib
Modified Files:
ChangeLog slime-asdf.el
Log Message:
* slime-asdf.el: Load swank-asdf.
This should avoid the rude disconnect if asdf wasn't loaded.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2008/08/03 13:31:54 1.113
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2008/08/04 20:25:57 1.114
@@ -1,3 +1,8 @@
+2008-08-04 Adam Bozanich <adam.boz at gmail.com>
+
+ * slime-asdf.el: Load swank-asdf.
+ This should avoid the rude disconnect if asdf wasn't loaded.
+
2008-08-03 Tobias C. Rittweiler <tcr at freebits.de>
* slime-presentations.el (slime-presentation-around-or-before-point):
--- /project/slime/cvsroot/slime/contrib/slime-asdf.el 2008/07/19 11:39:23 1.4
+++ /project/slime/cvsroot/slime/contrib/slime-asdf.el 2008/08/04 20:25:57 1.5
@@ -17,6 +17,7 @@
;; NOTE: `system-name' is a predefined variable in Emacs. Try to
;; avoid it as local variable name.
+(slime-require :swank-asdf)
(defun slime-load-system (&optional system)
"Compile and load an ASDF system.
More information about the slime-cvs
mailing list