summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-08 07:15:02 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-08 07:15:02 +0000
commit4d85f396891a7394540e7937d62820e55a51d068 (patch)
treef3aed2e845d532efe268f382f75eb6a977f8d91a
parenta13869d63461f8bc9f8fc80894d4a9caf9d945fb (diff)
*** no comment ***
-rw-r--r--chess-images.el2
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)))