]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt): Use
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 5 Dec 2012 10:09:54 +0000 (11:09 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 5 Dec 2012 10:09:54 +0000 (11:09 +0100)
group `tramp'.  Add version.

lisp/ChangeLog
lisp/net/tramp-adb.el

index b6f03d4a5d3eb52708348d23a73a5a8342050b4f..42cd1dca3087c5d0aaafc479d21e0aae6ad02cd2 100644 (file)
@@ -1,3 +1,8 @@
+2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt): Use
+       group `tramp'.  Add version.
+
 2012-12-05  Chong Yidong  <cyd@gnu.org>
 
        * ffap.el (ffap-url-regexp): Don't require matching at front of
index a56ccd98e4775ae91200fa068c6e9ac15a7f5d29..3a2500bb5c7514e63246d39937273a507b2fa6ea 100644 (file)
 (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:]]")