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:
parent
d0fcb21254
commit
a3d11ecb83
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue