]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tramp.el (tramp-yesno-prompt-regexp): Extend.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 16 May 2019 06:36:33 +0000 (08:36 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 16 May 2019 06:36:33 +0000 (08:36 +0200)
lisp/net/tramp.el

index 2aa62eba80e9423faa0d021b13ef89b915de5227..38f07970a7022133f39e4a173aa66171eede5b11 100644 (file)
@@ -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.