emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 d627fc7: ; Use regexp type in tramp-adb-prompt (backport, do no


From: Michael Albinus
Subject: emacs-27 d627fc7: ; Use regexp type in tramp-adb-prompt (backport, do not merge)
Date: Fri, 27 Dec 2019 04:25:15 -0500 (EST)

branch: emacs-27
commit d627fc7d55f4c1f61bdca970889f5009933ab742
Author: Mattias EngdegÄrd <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; 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.
---
 lisp/net/tramp-adb.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/tramp-adb.el b/lisp/net/tramp-adb.el
index f0abb27..300def1 100644
--- 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]