diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-08 08:08:25 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-08 08:08:25 +0000 |
| commit | 4afe8af1c593ca9ee37886b37e1a6fbfaaa7a29a (patch) | |
| tree | 468b3af527498b4b27f7201562748d4f6b112abc | |
| parent | 92b3f63b40b48f2f6338e6e61eb0903d52e35e46 (diff) | |
*** no comment ***
| -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)) |
