summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/net/nsm.el3
1 files changed, 2 insertions, 1 deletions
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)