diff options
Diffstat (limited to 'chess-pos.el')
| -rw-r--r-- | chess-pos.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-pos.el b/chess-pos.el index b2d4639..4cdd15e 100644 --- a/chess-pos.el +++ b/chess-pos.el @@ -70,8 +70,8 @@ ;;; Code: -(require 'cl) (require 'chess-message) +(require 'chess-fen) (defgroup chess-pos nil "Routines for manipulating chess positions." |
