emacs-diffs
[Top][All Lists]
Advanced

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

master 13ca719: * lisp/net/tramp-adb.el (tramp-adb-prompt): Further simp


From: Michael Albinus
Subject: master 13ca719: * lisp/net/tramp-adb.el (tramp-adb-prompt): Further simplification.
Date: Sun, 19 Jul 2020 13:34:23 -0400 (EDT)

branch: master
commit 13ca719a68e02fa0901546f1de7b0a4331a75f9e
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * lisp/net/tramp-adb.el (tramp-adb-prompt): Further simplification.
    
    Suggested by Mattias EngdegÄrd <mattiase@acm.org>.
---
 lisp/net/tramp-adb.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/tramp-adb.el b/lisp/net/tramp-adb.el
index 25e4097..c1eb36e 100644
--- a/lisp/net/tramp-adb.el
+++ b/lisp/net/tramp-adb.el
@@ -55,7 +55,7 @@ It is used for TCP/IP devices."
   "When this method name is used, forward all calls to Android Debug Bridge.")
 
 ;;;###tramp-autoload
-(defcustom tramp-adb-prompt "^[^#\\$]*[#\\$][[:space:]]"
+(defcustom tramp-adb-prompt "^[^#$\n\r]*[#$][[:space:]]"
   "Regexp used as prompt in almquist shell."
   :type 'regexp
   :version "28.1"



reply via email to

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