diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-08 07:15:02 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-08 07:15:02 +0000 |
| commit | 4d85f396891a7394540e7937d62820e55a51d068 (patch) | |
| tree | f3aed2e845d532efe268f382f75eb6a977f8d91a /chess-images.el | |
| parent | a13869d63461f8bc9f8fc80894d4a9caf9d945fb (diff) | |
*** no comment ***
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))) |
