aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorMichael Albinus2013-01-08 12:02:58 +0100
committerMichael Albinus2013-01-08 12:02:58 +0100
commit2a22c83bb05ecd98cee091fdf59d2f687f83f5dc (patch)
tree5deb5b178319b7bdfa069bb802e121b080adb11e /lisp/net
parent61a5bb859cc2026431ee7e300691b100167c87b1 (diff)
downloademacs-2a22c83bb05ecd98cee091fdf59d2f687f83f5dc.tar.gz
emacs-2a22c83bb05ecd98cee091fdf59d2f687f83f5dc.zip
* net/tramp-adb.el (tramp-adb-file-name-handler-alist): Remove
spurious entry.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/tramp-adb.el1
1 files changed, 0 insertions, 1 deletions
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 @@
111 (directory-files . tramp-handle-directory-files) 111 (directory-files . tramp-handle-directory-files)
112 (directory-files-and-attributes 112 (directory-files-and-attributes
113 . tramp-adb-handle-directory-files-and-attributes) 113 . tramp-adb-handle-directory-files-and-attributes)
114 (file-name-all-completions . tramp-sh-handle-file-name-all-completions)
115 (make-directory . tramp-adb-handle-make-directory) 114 (make-directory . tramp-adb-handle-make-directory)
116 (delete-directory . tramp-adb-handle-delete-directory) 115 (delete-directory . tramp-adb-handle-delete-directory)
117 (delete-file . tramp-adb-handle-delete-file) 116 (delete-file . tramp-adb-handle-delete-file)