diff options
Diffstat (limited to 'chess-game.el')
| -rw-r--r-- | chess-game.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chess-game.el b/chess-game.el index 99131db..7c90b38 100644 --- a/chess-game.el +++ b/chess-game.el @@ -9,6 +9,7 @@ ;; game, and a list of plies representing the main variation. (require 'chess-ply) +(require 'chess-pgn) (defvar chess-game-inhibit-events nil) |
