1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

* lisp/net/tramp-adb.el (tramp-adb-prompt): Further simplification.

Suggested by Mattias Engdegård <mattiase@acm.org>.
This commit is contained in:
Michael Albinus 2020-07-19 19:34:16 +02:00
parent abe9497d74
commit 13ca719a68

View file

@ -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"