[slime-cvs] CVS slime
mbaringer
mbaringer at common-lisp.net
Sun Nov 12 11:18:48 UTC 2006
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv1298
Modified Files:
slime.el
Log Message:
(slime-make-tramp-file-name): Added (require 'tramp)
since tramp-make-tramp-file-name is not an autoloaded function.
--- /project/slime/cvsroot/slime/slime.el 2006/11/07 07:42:51 1.687
+++ /project/slime/cvsroot/slime/slime.el 2006/11/12 11:18:48 1.688
@@ -1399,6 +1399,7 @@
(defun slime-make-tramp-file-name (username remote-host lisp-filename)
"Old (with multi-hops) tramp compatability function"
+ (require 'tramp)
(if (boundp 'tramp-multi-methods)
(tramp-make-tramp-file-name nil nil
username
More information about the slime-cvs
mailing list