From 5a2cd0a0a96e38fd440055c2672b8a8ed0cc2b92 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Mon, 24 Mar 2014 10:08:02 +0100 Subject: More UCI engines: fruit and glaurung. --- chess.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'chess.el') diff --git a/chess.el b/chess.el index da0a452..541715d 100644 --- a/chess.el +++ b/chess.el @@ -107,7 +107,10 @@ These can do just about anything." :group 'chess) (defcustom chess-default-engine - '(chess-crafty chess-gnuchess chess-phalanx chess-ai) + '(chess-crafty + chess-stockfish chess-glaurung chess-fruit + chess-gnuchess chess-phalanx + chess-ai) "Default engine to be used when starting a chess session. A list indicates a series of alternatives if the first engine is not available." @@ -158,7 +161,7 @@ If an element of MODULE-LIST is a sublist, treat it as alternatives." (while module (if (setq object (condition-case nil (apply create-func (car module) args) - ((error nil)))) + (error nil))) (progn (push object objects) (setq module nil)) -- cgit v1.2.3