[movitz-cvs] CVS update: movitz/losp/muerte/conditions.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Tue Nov 2 15:52:21 UTC 2004
Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory common-lisp.net:/tmp/cvs-serv4672
Modified Files:
conditions.lisp
Log Message:
For "unseen throw tag" condition, print tag by ~S rather than ~Z.
Date: Tue Nov 2 16:52:21 2004
Author: ffjeld
Index: movitz/losp/muerte/conditions.lisp
diff -u movitz/losp/muerte/conditions.lisp:1.12 movitz/losp/muerte/conditions.lisp:1.13
--- movitz/losp/muerte/conditions.lisp:1.12 Mon Aug 23 15:58:19 2004
+++ movitz/losp/muerte/conditions.lisp Tue Nov 2 16:52:21 2004
@@ -10,7 +10,7 @@
;;;; Author: Frode Vatvedt Fjeld <frodef at acm.org>
;;;; Created at: Wed Nov 20 15:47:04 2002
;;;;
-;;;; $Id: conditions.lisp,v 1.12 2004/08/23 13:58:19 ffjeld Exp $
+;;;; $Id: conditions.lisp,v 1.13 2004/11/02 15:52:21 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -117,7 +117,7 @@
:initarg :tag
:reader throw-error-tag))
(:report (lambda (c s)
- (format s "Cannot throw to tag ~Z." (throw-error-tag c)))))
+ (format s "Cannot throw to tag `~S'." (throw-error-tag c)))))
(define-condition wrong-argument-count (program-error)
((function
More information about the Movitz-cvs
mailing list