diff options
| -rw-r--r-- | TODO | 3 | ||||
| -rw-r--r-- | chess-game.el | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -11,6 +11,9 @@ position editing +- Resize ascii windows after popup, so that the whole board is + minimally visible + ---------------------------------------------------------------------- - Port image display code to XEmacs diff --git a/chess-game.el b/chess-game.el index 532bd82..a446115 100644 --- a/chess-game.el +++ b/chess-game.el @@ -10,8 +10,6 @@ ;; game, and a list of plies representing the main variation. (require 'chess-ply) -(require 'chess-algebraic) -(require 'chess-fen) (defvar chess-illegal nil) (put 'chess-illegal 'error-conditions '(error)) |
