[slime-cvs] CVS slime

mbaringer mbaringer at common-lisp.net
Wed Jan 17 15:44:29 UTC 2007


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv28562

Modified Files:
	slime.el 
Log Message:
(slime-init-command): Use expanded files when writing
the LOAD form for swank.


--- /project/slime/cvsroot/slime/slime.el	2007/01/14 09:32:06	1.747
+++ /project/slime/cvsroot/slime/slime.el	2007/01/17 15:44:29	1.748
@@ -1731,7 +1731,7 @@
     ;; Return a single form to avoid problems with buffered input.
     (format "%S\n\n"
             `(progn
-               (load ,loader :verbose t)
+               (load ,(expand-file-name loader) :verbose t)
                (funcall (read-from-string "swank:start-server")
                         ,port-filename
                         :coding-system ,encoding)))))




More information about the slime-cvs mailing list