]> git.eshelyaron.com Git - emacs.git/commitdiff
; Use regexp type in tramp-adb-prompt (backport, do not merge)
authorMattias EngdegÄrd <mattiase@acm.org>
Fri, 27 Dec 2019 09:25:05 +0000 (10:25 +0100)
committerMichael 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

index f0abb277965eb7cb8e12c0c7696ec157416ee335..300def103e339a99380896ddb193494352496fbf 100644 (file)
@@ -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)