From 1bd7dd39c4af6b7b774b278c6d759ab002744bc8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 15 Apr 2002 06:58:52 +0000 Subject: *** no comment *** --- chess.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chess.el') diff --git a/chess.el b/chess.el index e99e697..6b93822 100644 --- a/chess.el +++ b/chess.el @@ -83,7 +83,7 @@ "An Emacs chess playing program." :group 'games) -(defconst chess-version "2.0a8" +(defconst chess-version "2.0a9" "The version of the Emacs chess program.") (defcustom chess-default-display @@ -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 '(choice symbol (repeat symbol)) + :type '(repeat (choice symbol (repeat symbol))) :group 'chess) (defcustom chess-default-engine -- cgit v1.2.3