1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/net/nsm.el (nsm-query-user): Use cursor-in-echo-area.

This commit is contained in:
Johan Bockgård 2015-04-12 15:37:50 +02:00
parent d0fcb21254
commit a3d11ecb83

View 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)