]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix Bug#26156
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 18 Mar 2017 16:44:27 +0000 (17:44 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 18 Mar 2017 16:44:27 +0000 (17:44 +0100)
* lisp/net/tramp.el (tramp-completion-file-name-handler-alist):
<expand-file-name>: Remove handler.  (Bug#26156)

lisp/net/tramp.el

index aadf09e48fe9a7dd0b69f6acab0508c0ad7d2b1b..969092f517f0150f65df599e55ce421fd1495e7b 100644 (file)
@@ -1052,7 +1052,7 @@ means to use always cached values for the directory contents."
 
 ;;;###autoload
 (defconst tramp-completion-file-name-handler-alist
-  '((expand-file-name . tramp-completion-handle-expand-file-name)
+  '(;(expand-file-name . tramp-completion-handle-expand-file-name)
     (file-name-all-completions
      . tramp-completion-handle-file-name-all-completions)
     (file-name-completion . tramp-completion-handle-file-name-completion))