mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-27 15:40:47 -08:00
; Use regexp type in tramp-adb-prompt (backport, do not merge)
* lisp/net/tramp-adb.el (tramp-adb-prompt): Use 'regexp' instead of 'string' as type for values that are regexps in defcustom declarations.
This commit is contained in:
parent
8aad80d661
commit
d627fc7d55
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue