From 7e960384fa89c02c2fc2be1f61fe18645f8a13fe Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 13 Apr 2002 11:13:33 +0000 Subject: added message catalog support --- chess-gnuchess.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-gnuchess.el') diff --git a/chess-gnuchess.el b/chess-gnuchess.el index 8f08b3a..225ee30 100644 --- a/chess-gnuchess.el +++ b/chess-gnuchess.el @@ -29,7 +29,7 @@ (cons "Illegal move:" (function (lambda () - (error "Illegal move")))) + (chess-error 'illegal-move)))) (cons "Board is wrong!" (function (lambda () -- cgit v1.2.3