mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
* net/tramp-adb.el (tramp-adb-file-name-handler-alist): Remove
spurious entry.
This commit is contained in:
parent
61a5bb859c
commit
2a22c83bb0
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user