[slime-cvs] CVS slime
CVS User heller
heller at common-lisp.net
Fri Oct 17 21:27:24 UTC 2008
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv31045
Modified Files:
ChangeLog swank-sbcl.lisp
Log Message:
* swank-sbcl.lisp (swank-compile-file): Fix typo.
--- /project/slime/cvsroot/slime/ChangeLog 2008/10/17 21:27:16 1.1562
+++ /project/slime/cvsroot/slime/ChangeLog 2008/10/17 21:27:24 1.1563
@@ -1,5 +1,9 @@
2008-10-17 Helmut Eller <heller at common-lisp.net>
+ * swank-sbcl.lisp (swank-compile-file): Fix typo.
+
+2008-10-17 Helmut Eller <heller at common-lisp.net>
+
* swank-backend.lisp (compute-sane-restarts): Deleted. Use plain
compute restarts instead.
--- /project/slime/cvsroot/slime/swank-sbcl.lisp 2008/10/17 21:26:53 1.225
+++ /project/slime/cvsroot/slime/swank-sbcl.lisp 2008/10/17 21:27:24 1.226
@@ -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-cvs
mailing list