* lisp/net/tramp.el (tramp-yn-prompt-regexp): Fix regexp.
This commit is contained in:
parent
0bebd0e5f0
commit
231190b37f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue