emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111106: * net/tramp-adb.el (tramp-ad


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111106: * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt): Use
Date: Wed, 05 Dec 2012 11:09:54 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111106
committer: Michael Albinus <address@hidden
branch nick: trunk
timestamp: Wed 2012-12-05 11:09:54 +0100
message:
  * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt): Use
  group `tramp'.  Add version.
modified:
  lisp/ChangeLog
  lisp/net/tramp-adb.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-12-05 07:29:02 +0000
+++ b/lisp/ChangeLog    2012-12-05 10:09:54 +0000
@@ -1,3 +1,8 @@
+2012-12-05  Michael Albinus  <address@hidden>
+
+       * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt): Use
+       group `tramp'.  Add version.
+
 2012-12-05  Chong Yidong  <address@hidden>
 
        * ffap.el (ffap-url-regexp): Don't require matching at front of

=== modified file 'lisp/net/tramp-adb.el'
--- a/lisp/net/tramp-adb.el     2012-12-04 16:53:01 +0000
+++ b/lisp/net/tramp-adb.el     2012-12-05 10:09:54 +0000
@@ -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:address@hidden: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:]]")
 


reply via email to

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