[slime-devel] Swank sbcl error - patch attached
jcm at sdf.lonestar.org
jcm at sdf.lonestar.org
Fri Oct 17 17:21:19 UTC 2008
Type fixed:
Index: swank-sbcl.lisp
===================================================================
RCS file: /project/slime/cvsroot/slime/swank-sbcl.lisp,v
retrieving revision 1.224
diff -u -r1.224 swank-sbcl.lisp
--- swank-sbcl.lisp 16 Oct 2008 21:15:28 -0000 1.224
+++ swank-sbcl.lisp 17 Oct 2008 17:18:29 -0000
@@ -467,7 +467,7 @@
(defimplementation swank-compile-file (pathname load-p external-format)
(handler-case
- (multiple-value-bind (output-file warnigns-p failure-p)
+ (multiple-value-bind (output-file warnings-p failure-p)
(with-compilation-hooks ()
(compile-file pathname :external-format external-format))
(values output-file warnings-p
More information about the slime-devel
mailing list