[slime-cvs] CVS slime
CVS User jgarcia
jgarcia at common-lisp.net
Fri Nov 9 21:28:40 UTC 2012
Update of /project/slime/cvsroot/slime
In directory tiger.common-lisp.net:/tmp/cvs-serv31787
Modified Files:
swank-ecl.lisp
Log Message:
call-with-compilation-hooks in swank-ecl.lisp called the same function twice.
--- /project/slime/cvsroot/slime/swank-ecl.lisp 2012/08/04 23:48:19 1.77
+++ /project/slime/cvsroot/slime/swank-ecl.lisp 2012/11/09 21:28:40 1.78
@@ -252,7 +252,7 @@
(make-error-location "No location found."))))
(defimplementation call-with-compilation-hooks (function)
- #-ecl-bytecmp
+ #+ecl-bytecmp
(funcall function)
#-ecl-bytecmp
(handler-bind ((c:compiler-message #'handle-compiler-message))
More information about the slime-cvs
mailing list