summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rw-r--r--chess-maint.el1
-rw-r--r--chess-module.el2
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))))