From 51b890acbf62bb3b9c10c025413786d69f6c87d4 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 5 Dec 2012 11:09:54 +0100 Subject: [PATCH] * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt): Use group `tramp'. Add version. --- lisp/ChangeLog | 5 +++++ lisp/net/tramp-adb.el | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b6f03d4a5d3..42cd1dca308 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-12-05 Michael Albinus + + * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt): Use + group `tramp'. Add version. + 2012-12-05 Chong Yidong * ffap.el (ffap-url-regexp): Don't require matching at front of diff --git a/lisp/net/tramp-adb.el b/lisp/net/tramp-adb.el index a56ccd98e47..3a2500bb5c7 100644 --- a/lisp/net/tramp-adb.el +++ b/lisp/net/tramp-adb.el @@ -39,16 +39,18 @@ (defcustom tramp-adb-sdk-dir "~/Android/sdk" "Set to the directory containing the Android SDK." :type 'string - :group 'tramp-adb) + :version "24.4" + :group 'tramp) ;;;###tramp-autoload (defconst tramp-adb-method "adb" "*When this method name is used, forward all calls to Android Debug Bridge.") (defcustom tramp-adb-prompt "^\\(?:[[:alnum:]]*@[[:alnum:]]*[^#\\$]*\\)?[#\\$][[:space:]]" - "Regexp used as prompt in ADB shell." + "Regexp used as prompt in almquist shell." :type 'string - :group 'tramp-adb) + :version "24.4" + :group 'tramp) (defconst tramp-adb-ls-date-regexp "[[:space:]][0-9]\\{4\\}-[0-9][0-9]-[0-9][0-9][[:space:]][0-9][0-9]:[0-9][0-9][[:space:]]") -- 2.39.5