summaryrefslogtreecommitdiff
path: root/chess-pgn.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-pgn.el')
-rw-r--r--chess-pgn.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/chess-pgn.el b/chess-pgn.el
index c94c039..6417c26 100644
--- a/chess-pgn.el
+++ b/chess-pgn.el
@@ -5,6 +5,7 @@
(require 'chess-algebraic)
(require 'chess-fen)
+(require 'chess-ply)
(require 'chess-message)
(eval-when-compile
@@ -55,7 +56,7 @@
(search-forward "}")
(forward-char)
(chess-pos-add-annotation position (buffer-substring-no-properties
- begin (- (point) 2)))))
+ begin (- (point) 2)))))
((looking-at "(")
(forward-char)
(skip-chars-forward " \t\n")