diff options
| author | Michael Albinus | 2013-01-08 12:02:58 +0100 |
|---|---|---|
| committer | Michael Albinus | 2013-01-08 12:02:58 +0100 |
| commit | 2a22c83bb05ecd98cee091fdf59d2f687f83f5dc (patch) | |
| tree | 5deb5b178319b7bdfa069bb802e121b080adb11e | |
| parent | 61a5bb859cc2026431ee7e300691b100167c87b1 (diff) | |
| download | emacs-2a22c83bb05ecd98cee091fdf59d2f687f83f5dc.tar.gz emacs-2a22c83bb05ecd98cee091fdf59d2f687f83f5dc.zip | |
* net/tramp-adb.el (tramp-adb-file-name-handler-alist): Remove
spurious entry.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/net/tramp-adb.el | 1 |
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 @@ | |||
| 1 | 2013-01-08 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Remove | ||
| 4 | spurious entry. | ||
| 5 | |||
| 1 | 2013-01-08 Glenn Morris <rgm@gnu.org> | 6 | 2013-01-08 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * net/tramp.el (tramp-default-host-alist): Add :version. | 8 | * 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 @@ | |||
| 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) |