From 70b05cae78295aef5630eef185f8f0284b91f5dc Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Tue, 27 Jan 2004 22:19:21 +0000 Subject: minor fixes --- chess-pgn.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chess-pgn.el b/chess-pgn.el index 6c5ab7b..72903e5 100644 --- a/chess-pgn.el +++ b/chess-pgn.el @@ -3,6 +3,8 @@ ;; Convert a chess game to/from PGN notation ;; +(require 'chess-algebraic) + (defvar chess-pgn-fill-column 60) (chess-message-catalog 'english @@ -67,6 +69,7 @@ Optionally use the supplied STRING instead of the current buffer." (if string (with-temp-buffer (insert string) + (goto-char (point-min)) (chess-pgn-parse)) (chess-pgn-parse))) -- cgit v1.2.3