]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/nsm.el (nsm-query-user): Use cursor-in-echo-area.
authorJohan Bockgård <bojohan@gnu.org>
Sun, 12 Apr 2015 13:37:50 +0000 (15:37 +0200)
committerJohan Bockgård <bojohan@gnu.org>
Sun, 12 Apr 2015 13:37:50 +0000 (15:37 +0200)
lisp/net/nsm.el

index 2312e22d96ad59d65d6e5a0117514cf7c5ff720e..28253e5bdf5eaea0bfafa79026a259e6b074b46d 100644 (file)
@@ -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)