projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aad80d
)
; Use regexp type in tramp-adb-prompt (backport, do not merge)
author
Mattias EngdegÄrd
<mattiase@acm.org>
Fri, 27 Dec 2019 09:25:05 +0000
(10:25 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 27 Dec 2019 09:25:05 +0000
(10:25 +0100)
* lisp/net/tramp-adb.el (tramp-adb-prompt): Use 'regexp' instead
of 'string' as type for values that are regexps in defcustom
declarations.
lisp/net/tramp-adb.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-adb.el
b/lisp/net/tramp-adb.el
index f0abb277965eb7cb8e12c0c7696ec157416ee335..300def103e339a99380896ddb193494352496fbf 100644
(file)
--- a/
lisp/net/tramp-adb.el
+++ b/
lisp/net/tramp-adb.el
@@
-58,7
+58,7
@@
It is used for TCP/IP devices."
(defcustom tramp-adb-prompt
"^[[:digit:]]*|?[[:alnum:]\e;[]*@?[[:alnum:]]*[^#\\$]*[#\\$][[:space:]]"
"Regexp used as prompt in almquist shell."
- :type '
string
+ :type '
regexp
:version "24.4"
:group 'tramp)