[slime-cvs] CVS slime/contrib

CVS User heller heller at common-lisp.net
Sat Dec 27 13:21:43 UTC 2008


Update of /project/slime/cvsroot/slime/contrib
In directory cl-net:/tmp/cvs-serv15288/contrib

Modified Files:
	ChangeLog slime-asdf.el 
Log Message:
* slime-asdf.el: Require slime-repl.

--- /project/slime/cvsroot/slime/contrib/ChangeLog	2008/12/26 07:23:05	1.150
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2008/12/27 13:21:43	1.151
@@ -1,3 +1,7 @@
+2008-12-27  Helmut Eller  <heller at common-lisp.net>
+
+	* slime-asdf.el: Require slime-repl.
+
 2008-12-26  Helmut Eller  <heller at common-lisp.net>
 
 	* slime-repl.el (slime-repl-connected-hook-function): Create a
--- /project/slime/cvsroot/slime/contrib/slime-asdf.el	2008/10/04 19:13:42	1.6
+++ /project/slime/cvsroot/slime/contrib/slime-asdf.el	2008/12/27 13:21:43	1.7
@@ -17,6 +17,7 @@
 ;; NOTE: `system-name' is a predefined variable in Emacs.  Try to
 ;; avoid it as local variable name.
 
+(require 'slime-repl)
 (slime-require :swank-asdf)
 
 (defun slime-load-system (&optional system)





More information about the slime-cvs mailing list