mlang pushed a commit to branch externals/chess in repository elpa. commit e1f3b1dc0196efd75f466e844cef596920c75dc4 Author: Mario Lang <ml...@delysid.org> Date: Sun May 25 02:12:10 2014 +0200
Let chess-input handle promotions. * chess-display.el (chess-display-mode-map): Bind = to chess-input-shortcut. --- chess-display.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/chess-display.el b/chess-display.el index 45e54aa..cd1c802 100644 --- a/chess-display.el +++ b/chess-display.el @@ -635,7 +635,7 @@ See `chess-display-type' for the different kinds of displays." ?1 ?2 ?3 ?4 ?5 ?6 ?7 ?8 ?r ?n ?b ?q ?k ?R ?N ?B ?Q ?K - ?o ?O ?x)) + ?o ?O ?x ?=)) (define-key map (vector key) 'chess-input-shortcut)) (define-key map [backspace] 'chess-input-shortcut-delete)