From 4d85f396891a7394540e7937d62820e55a51d068 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 8 Apr 2002 07:15:02 +0000 Subject: *** no comment *** --- chess-images.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- cgit v1.2.3