diff options
Diffstat (limited to 'chess-display.el')
| -rw-r--r-- | chess-display.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-display.el b/chess-display.el index bcdc12e..a58fbb1 100644 --- a/chess-display.el +++ b/chess-display.el @@ -702,7 +702,7 @@ Basically, it means we are playing, not editing or reviewing." (insert text) (goto-char (point-max)) (while (and (bolp) (not (bobp))) - (delete-backward-char 1)) + (delete-char -1)) (goto-char (point-min)) (cond ((search-forward "[Event " nil t) |
