[slime-cvs] CVS update: slime/swank-loader.lisp

Helmut Eller heller at common-lisp.net
Sun Oct 3 12:10:48 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv19352

Modified Files:
	swank-loader.lisp 
Log Message:
(compile-files-if-needed-serially): Load verbosely.
Date: Sun Oct  3 14:10:48 2004
Author: heller

Index: slime/swank-loader.lisp
diff -u slime/swank-loader.lisp:1.35 slime/swank-loader.lisp:1.36
--- slime/swank-loader.lisp:1.35	Sun Sep 26 19:09:13 2004
+++ slime/swank-loader.lisp	Sun Oct  3 14:10:48 2004
@@ -77,7 +77,7 @@
                   (ensure-directories-exist binary-pathname)
                   (compile-file source-pathname :output-file binary-pathname)
                   (setq needs-recompile t))
-                (load binary-pathname))
+                (load binary-pathname :verbose t))
             #+(or)
             (error ()
               ;; If an error occurs compiling, load the source instead





More information about the slime-cvs mailing list