diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2012-12-05 11:09:54 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2012-12-05 11:09:54 +0100 |
commit | 51b890acbf62bb3b9c10c025413786d69f6c87d4 (patch) | |
tree | 0ecdf71bf5423818e7a12ec8f4e1feb3d1f262a0 /lisp/net | |
parent | ad6fe94df224de88cac873df5a91ffe14bf50d1b (diff) | |
download | emacs-51b890acbf62bb3b9c10c025413786d69f6c87d4.tar.gz emacs-51b890acbf62bb3b9c10c025413786d69f6c87d4.tar.bz2 emacs-51b890acbf62bb3b9c10c025413786d69f6c87d4.zip |
* net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt): Use
group `tramp'. Add version.
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/tramp-adb.el | 8 |
1 files changed, 5 insertions, 3 deletions
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:]]") |