emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 01/01: Let chess-input handle promotions.


From: Mario Lang
Subject: [elpa] 01/01: Let chess-input handle promotions.
Date: Sun, 25 May 2014 00:13:16 +0000

mlang pushed a commit to branch externals/chess
in repository elpa.

commit e1f3b1dc0196efd75f466e844cef596920c75dc4
Author: Mario Lang <address@hidden>
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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]