emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 85b4441 3/3: * lisp/net/tramp-adb.el (tramp-adb-pro


From: Michael Albinus
Subject: [Emacs-diffs] master 85b4441 3/3: * lisp/net/tramp-adb.el (tramp-adb-prompt): Remove repetition of expression
Date: Fri, 19 Apr 2019 10:29:54 -0400 (EDT)

branch: master
commit 85b4441472a443dd8fd053d7b088b1e3667347d3
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * lisp/net/tramp-adb.el (tramp-adb-prompt): Remove repetition of expression
    
    matching an empty string.
---
 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 71d7f61..bd66ab4 100644
--- a/lisp/net/tramp-adb.el
+++ b/lisp/net/tramp-adb.el
@@ -53,7 +53,7 @@ It is used for TCP/IP devices."
   "When this method name is used, forward all calls to Android Debug Bridge.")
 
 (defcustom tramp-adb-prompt
-  
"^[[:digit:]]*|?\\(?:[[:alnum:]\e;address@hidden:alnum:]]*[^#\\$]*\\)?[#\\$][[:space:]]"
+  
"^[[:digit:]]*|?[[:alnum:]\e;address@hidden:alnum:]]*[^#\\$]*[#\\$][[:space:]]"
   "Regexp used as prompt in almquist shell."
   :type 'string
   :version "24.4"



reply via email to

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