emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 af28191b04: * lisp/net/tramp.el (tramp-wrong-passwd-regexp): Fi


From: Michael Albinus
Subject: emacs-29 af28191b04: * lisp/net/tramp.el (tramp-wrong-passwd-regexp): Fix regexp.
Date: Wed, 25 Jan 2023 14:14:20 -0500 (EST)

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

    * lisp/net/tramp.el (tramp-wrong-passwd-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 123d01c747..04b683a8a2 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -659,7 +659,7 @@ The `sudo' program appears to insert a `^@' character into 
the prompt."
 (defcustom tramp-wrong-passwd-regexp
   (rx bol (* nonl)
       (| "Permission denied"
-        "Login [Ii]ncorrect"
+        (: "Login " (| "Incorrect" "incorrect"))
         "Connection refused"
         "Connection closed"
         "Timeout, server not responding."



reply via email to

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