summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2013-01-08 12:02:58 +0100
committerMichael Albinus <michael.albinus@gmx.de>2013-01-08 12:02:58 +0100
commit2a22c83bb05ecd98cee091fdf59d2f687f83f5dc (patch)
tree5deb5b178319b7bdfa069bb802e121b080adb11e
parent61a5bb859cc2026431ee7e300691b100167c87b1 (diff)
downloademacs-2a22c83bb05ecd98cee091fdf59d2f687f83f5dc.tar.gz
* net/tramp-adb.el (tramp-adb-file-name-handler-alist): Remove
spurious entry.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/net/tramp-adb.el1
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 781e0e2116e..7e0f4214a7e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-08 Michael Albinus <michael.albinus@gmx.de>
+
+ * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Remove
+ spurious entry.
+
2013-01-08 Glenn Morris <rgm@gnu.org>
* net/tramp.el (tramp-default-host-alist): Add :version.
diff --git a/lisp/net/tramp-adb.el b/lisp/net/tramp-adb.el
index f5aadd591d6..d3a11a866c0 100644
--- a/lisp/net/tramp-adb.el
+++ b/lisp/net/tramp-adb.el
@@ -111,7 +111,6 @@
(directory-files . tramp-handle-directory-files)
(directory-files-and-attributes
. tramp-adb-handle-directory-files-and-attributes)
- (file-name-all-completions . tramp-sh-handle-file-name-all-completions)
(make-directory . tramp-adb-handle-make-directory)
(delete-directory . tramp-adb-handle-delete-directory)
(delete-file . tramp-adb-handle-delete-file)