projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a74e56
)
* lisp/net/tramp.el (tramp-yesno-prompt-regexp): Extend.
author
Michael Albinus
<michael.albinus@gmx.de>
Thu, 16 May 2019 06:36:33 +0000
(08:36 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Thu, 16 May 2019 06:36:33 +0000
(08:36 +0200)
lisp/net/tramp.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index 2aa62eba80e9423faa0d021b13ef89b915de5227..38f07970a7022133f39e4a173aa66171eede5b11 100644
(file)
--- a/
lisp/net/tramp.el
+++ b/
lisp/net/tramp.el
@@
-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.