aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2020-07-19 19:34:16 +0200
committerMichael Albinus2020-07-19 19:34:16 +0200
commit13ca719a68e02fa0901546f1de7b0a4331a75f9e (patch)
treec4bc624701a965f30ad58ce1f3872e24b2fcf4a3
parentabe9497d74d8b12cd21e278ffbb90e3c29f5bfa7 (diff)
downloademacs-13ca719a68e02fa0901546f1de7b0a4331a75f9e.tar.gz
emacs-13ca719a68e02fa0901546f1de7b0a4331a75f9e.zip
* lisp/net/tramp-adb.el (tramp-adb-prompt): Further simplification.
Suggested by Mattias EngdegÄrd <mattiase@acm.org>.
-rw-r--r--lisp/net/tramp-adb.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-adb.el b/lisp/net/tramp-adb.el
index 25e4097a806..c1eb36e3405 100644
--- a/lisp/net/tramp-adb.el
+++ b/lisp/net/tramp-adb.el
@@ -55,7 +55,7 @@ It is used for TCP/IP devices."
55 "When this method name is used, forward all calls to Android Debug Bridge.") 55 "When this method name is used, forward all calls to Android Debug Bridge.")
56 56
57;;;###tramp-autoload 57;;;###tramp-autoload
58(defcustom tramp-adb-prompt "^[^#\\$]*[#\\$][[:space:]]" 58(defcustom tramp-adb-prompt "^[^#$\n\r]*[#$][[:space:]]"
59 "Regexp used as prompt in almquist shell." 59 "Regexp used as prompt in almquist shell."
60 :type 'regexp 60 :type 'regexp
61 :version "28.1" 61 :version "28.1"