emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 88cc910: * lisp/net/tramp.el (tramp-yesno-prompt-re


From: Michael Albinus
Subject: [Emacs-diffs] master 88cc910: * lisp/net/tramp.el (tramp-yesno-prompt-regexp): Extend.
Date: Thu, 16 May 2019 02:36:42 -0400 (EDT)

branch: master
commit 88cc910abee32df385e9596d2390ae010a5e6650
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * lisp/net/tramp.el (tramp-yesno-prompt-regexp): Extend.
---
 lisp/net/tramp.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 2aa62eb..38f0797 100644
--- 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]