mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
* lisp/net/tramp.el (tramp-yesno-prompt-regexp): Extend.
This commit is contained in:
parent
9a74e5666b
commit
88cc910abe
1 changed files with 4 additions and 1 deletions
|
|
@ -606,7 +606,10 @@ The regexp should match at end of buffer."
|
|||
|
||||
(defcustom tramp-yesno-prompt-regexp
|
||||
(concat
|
||||
(regexp-opt '("Are you sure you want to continue connecting (yes/no)?") t)
|
||||
(regexp-opt
|
||||
'("Are you sure you want to continue connecting (yes/no)?"
|
||||
"Are you sure you want to continue connecting (yes/no/[fingerprint])?")
|
||||
t)
|
||||
"\\s-*")
|
||||
"Regular expression matching all yes/no queries which need to be confirmed.
|
||||
The confirmation should be done with yes or no.
|
||||
|
|
|
|||
Loading…
Reference in a new issue