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

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

[elpa] externals/gnugo bc92d6d 202/357: [gnugo frolic] Type ‘Q’ to quit


From: Stefan Monnier
Subject: [elpa] externals/gnugo bc92d6d 202/357: [gnugo frolic] Type ‘Q’ to quit.
Date: Sun, 29 Nov 2020 14:51:21 -0500 (EST)

branch: externals/gnugo
commit bc92d6d64f3975850954aa3c71ceb4c5b65097b8
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    [gnugo frolic] Type ‘Q’ to quit.
    
    * packages/gnugo/gnugo.el (gnugo-frolic-mode-map): Add binding for ‘Q’.
---
 gnugo.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnugo.el b/gnugo.el
index ae2d2d7..db3b9d5 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -2551,6 +2551,7 @@ starting a new one.  See `gnugo-board-mode' documentation 
for more info."
   (mapc (lambda (pair)
           (define-key gnugo-frolic-mode-map (car pair) (cdr pair)))
         '(("q"          . gnugo-frolic-quit)
+          ("Q"          . gnugo-frolic-quit)
           ("C"          . gnugo-frolic-quit) ; like ‘View-kill-and-leave’
           ("\C-b"       . gnugo-frolic-backward-branch)
           ("\C-f"       . gnugo-frolic-forward-branch)



reply via email to

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