From 2dcd86e1e70e35ec10e69cd226f8c77e636a36b7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 15 Apr 2002 06:59:44 +0000 Subject: bumped minor rev --- chess.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chess.el b/chess.el index 6b93822..1c7fbac 100644 --- a/chess.el +++ b/chess.el @@ -101,7 +101,7 @@ not available." A sublist indicates a series of alternatives, if the first is not available. These can do just about anything." - :type '(repeat (choice symbol (repeat symbol))) + :type '(choice symbol (repeat symbol)) :group 'chess) (defcustom chess-default-engine -- cgit v1.2.3