From 4cd0b1182dd0b9ebc31f802b0b8be732ae7ec480 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 15 Apr 2002 06:58:52 +0000 Subject: *** no comment *** --- TODO | 2 +- chess-maint.el | 1 + chess-module.el | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index a1c600b..78b3816 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,9 @@ - Feature work remaining: 2.0 + clocks annotations chatting - clocks 2.x display/database tie-in analysis/highlight tools diff --git a/chess-maint.el b/chess-maint.el index 0ce93bc..2854507 100644 --- a/chess-maint.el +++ b/chess-maint.el @@ -2,6 +2,7 @@ (require 'cl) (require 'chess) +(require 'chess-pgn) (defun chess-generate-texinfo-file () (require 'lispdoc) diff --git a/chess-module.el b/chess-module.el index f176b66..415dcce 100644 --- a/chess-module.el +++ b/chess-module.el @@ -57,7 +57,7 @@ (if chess-module-leader (chess-game-run-hooks chess-module-game 'destroy)))) -(defun chess-engine-set-game (module game &optional no-setup) +(defun chess-module-set-game (module game &optional no-setup) (chess-with-current-buffer module (let ((chess-game-inhibit-events no-setup)) (chess-game-copy-game chess-module-game game)))) -- cgit v1.2.3