diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-15 06:58:52 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-15 06:58:52 +0000 |
| commit | 4cd0b1182dd0b9ebc31f802b0b8be732ae7ec480 (patch) | |
| tree | 913da4e2a18f0c719f1215e57a0f037949a689e2 | |
| parent | 1bd7dd39c4af6b7b774b278c6d759ab002744bc8 (diff) | |
*** no comment ***
| -rw-r--r-- | TODO | 2 | ||||
| -rw-r--r-- | chess-maint.el | 1 | ||||
| -rw-r--r-- | chess-module.el | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -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)))) |
