projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abe9497
)
* lisp/net/tramp-adb.el (tramp-adb-prompt): Further simplification.
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 19 Jul 2020 17:34:16 +0000
(19:34 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sun, 19 Jul 2020 17:34:16 +0000
(19:34 +0200)
Suggested by Mattias EngdegÄrd <mattiase@acm.org>.
lisp/net/tramp-adb.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-adb.el
b/lisp/net/tramp-adb.el
index 25e4097a806fe00e1af7a124253e9f0eff9d46a6..c1eb36e340549205eb6f60be2c96d933a372a842 100644
(file)
--- 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"