* lisp/net/tramp.el (tramp-yn-prompt-regexp): Fix regexp.

This commit is contained in:
Michael Albinus 2023-03-19 09:37:35 +01:00
parent 0bebd0e5f0
commit 231190b37f

View file

@ -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.