From a2f1f41f720c5a78f4c76201da4e7fc9319d9bae Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 1 Sep 2008 00:27:40 -0400 Subject: Except for when making moves interactively (with chess-display-manual-move), it is an error if a ply implies a promotion but not :promote keyword is passed to indication which piece to promote to. --- chess-pgn.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chess-pgn.el') 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") -- cgit v1.2.3