From d881274ead232567cf80f0057031b05f5b0551bc Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 14 Apr 2002 19:17:39 +0000 Subject: *** no comment *** --- chess-display.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chess-display.el') diff --git a/chess-display.el b/chess-display.el index 58a2e0c..266b2d1 100644 --- a/chess-display.el +++ b/chess-display.el @@ -903,7 +903,8 @@ to the end or beginning." (eq position chess-legal-moves-pos) (or (> (length chess-move-string) 1) (eq (car chess-legal-moves) last-command-char))) - (setq char last-command-char + (setq char (if (eq (downcase last-command-char) ?o) ?k + last-command-char) chess-legal-moves-pos position chess-legal-moves (cons char -- cgit v1.2.3