mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
* 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
Add a link
Reference in a new issue