From a3d11ecb83cab211c3ce6cb36f27d4c7e54712df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johan=20Bockg=C3=A5rd?= Date: Sun, 12 Apr 2015 15:37:50 +0200 Subject: [PATCH] * lisp/net/nsm.el (nsm-query-user): Use cursor-in-echo-area. --- lisp/net/nsm.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/net/nsm.el b/lisp/net/nsm.el index 2312e22d96a..28253e5bdf5 100644 --- a/lisp/net/nsm.el +++ b/lisp/net/nsm.el @@ -308,6 +308,7 @@ unencrypted." (?s . session) (?a . always))) (prefix "") + (cursor-in-echo-area t) response) (while (not response) (setq response @@ -315,7 +316,7 @@ unencrypted." (assq (downcase (read-char (concat prefix - "Continue connecting? (No, Session only, Always)"))) + "Continue connecting? (No, Session only, Always) "))) responses))) (unless response (ding) -- 2.39.2