From 4a0a33ad16c5cee16b079828d0b7e9705d015c3d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 11 Apr 2002 21:17:24 +0000 Subject: *** no comment *** --- chess-ply.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chess-ply.el b/chess-ply.el index 9db4ab7..8647cc8 100644 --- a/chess-ply.el +++ b/chess-ply.el @@ -66,7 +66,7 @@ (catch 'found (dolist (keyword keywords) (if (memq keyword (chess-ply-changes ply)) - (throw found keyword))))) + (throw 'found keyword))))) (defsubst chess-ply-source (ply) (car (chess-ply-changes ply))) -- cgit v1.2.3