>From 3703d38e846e5a5d24c95d56d073a9d4c3b7ec5c Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 28 May 2011 13:48:01 +0200 Subject: [PATCH 1/9] Autoload `tramp-adb-parse-device-names'. --- tramp-adb.el | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tramp-adb.el b/tramp-adb.el index bdbd6d2..9120d1e 100644 --- a/tramp-adb.el +++ b/tramp-adb.el @@ -54,6 +54,7 @@ ;;;###tramp-autoload (add-to-list 'tramp-methods `(,tramp-adb-method)) +;;;###tramp-autoload (eval-after-load 'tramp '(tramp-set-completion-function tramp-adb-method '((tramp-adb-parse-device-names "")))) @@ -125,6 +126,7 @@ pass to the OPERATION." "The Android Debug Bridge." (expand-file-name "platform-tools/adb" tramp-adb-sdk-dir)) +;;;###tramp-autoload (defun tramp-adb-parse-device-names (ignore) "Return a list of (nil host) tuples allowed to access." (with-temp-buffer -- 1.7.4.1