emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 231190b37f8: * lisp/net/tramp.el (tramp-yn-prompt-regexp): Fix


From: Michael Albinus
Subject: emacs-29 231190b37f8: * lisp/net/tramp.el (tramp-yn-prompt-regexp): Fix regexp.
Date: Sun, 19 Mar 2023 04:38:00 -0400 (EDT)

branch: emacs-29
commit 231190b37f811933dc7da608fc442439d7b6acb1
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * lisp/net/tramp.el (tramp-yn-prompt-regexp): Fix regexp.
---
 lisp/net/tramp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index b24bd33de82..df2f0850b83 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -684,7 +684,7 @@ See also `tramp-yn-prompt-regexp'."
   :type 'regexp)
 
 (defcustom tramp-yn-prompt-regexp
-  (rx (| "Store key in cache? (y/n)"
+  (rx (| (: "Store key in cache? (y/n" (* nonl) ")")
         "Update cached key? (y/n, Return cancels connection)")
       (* blank))
   "Regular expression matching all y/n queries which need to be confirmed.



reply via email to

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