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:
parent
abe9497d74
commit
13ca719a68
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue