diff options
Diffstat (limited to 'chess-images.el')
| -rw-r--r-- | chess-images.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-images.el b/chess-images.el index e9b366e..87ccf81 100644 --- a/chess-images.el +++ b/chess-images.el @@ -230,7 +230,7 @@ Common modes are: (if (null (get-buffer-window (current-buffer) t)) (chess-images-popup-board)) (let* ((pos (save-excursion - (beginning-of-line) + (goto-char (point-min)) (goto-line (1+ (chess-index-rank index))) (forward-char (* 2 (chess-index-file index))) (point))) |
