From 2ef00c4beddb77e546cdc212cc502c5a9a4bba6c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 7 Apr 2002 08:44:00 +0000 Subject: Simplified the event model, and removed session objects. Now everything just revolves around a game. Gnuchess is now playable to the end, except don't make moves that leave your king in check! The engine still doesn't check for this yet. --- chess-ics1.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-ics1.el') diff --git a/chess-ics1.el b/chess-ics1.el index e086772..1491a63 100644 --- a/chess-ics1.el +++ b/chess-ics1.el @@ -8,7 +8,7 @@ ;;; Code: -(defun chess-display-position (&optional position) +(defun chess-debug-position (&optional position) "This is a debugging function, and not meant from general use." (interactive) (let ((pos (or position (chess-engine-position nil)))) -- cgit v1.2.3