[Ecls-list] Small typo patch
Jerry James
loganjerry at gmail.com
Fri Oct 11 23:05:26 UTC 2013
Juanjo,
I'm sorry to hear about your time constraints. Perhaps you could take
one extremely small patch to fix a typo? I just happened to notice
this in the compile output.
diff --git a/src/clos/conditions.lsp b/src/clos/conditions.lsp
index 88a0e9c..475f999 100644
--- a/src/clos/conditions.lsp
+++ b/src/clos/conditions.lsp
@@ -96,7 +96,7 @@
(cons (loop for i from 1
for n in (if (atom names) (list names) names)
for f = (simple-restart-function tag i)
- collect (cons name f))
+ collect (cons n f))
*handler-clusters*)))
(defmacro restart-bind (bindings &body forms)
Regards,
--
Jerry James
http://www.jamezone.org/
More information about the ecl-devel
mailing list