From d3bd3c6f07e0c9a2a7a1488e43b47439a5f8ac54 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Wed, 4 Jun 2014 22:43:13 +0200 Subject: Sync from ELPA. --- chess-network.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chess-network.el') diff --git a/chess-network.el b/chess-network.el index 6de3978..a5f3ef4 100644 --- a/chess-network.el +++ b/chess-network.el @@ -131,8 +131,9 @@ (unless chess-engine-handling-event (cond ((eq event 'initialize) - (let ((which (read-char "Are you the c)lient or s)erver? ")) - proc) + (let* ((cursor-in-echo-area t) + (which (read-char "Are you the c)lient or s)erver? ")) + proc) (chess-message 'network-starting) (setq proc (if (eq which ?s) -- cgit v1.2.3