emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master e0eb1af: Fix Bug#26156


From: Michael Albinus
Subject: [Emacs-diffs] master e0eb1af: Fix Bug#26156
Date: Sat, 18 Mar 2017 12:44:45 -0400 (EDT)

branch: master
commit e0eb1af55f7b6d0b41e6f0180438f8317628894b
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Fix Bug#26156
    
    * lisp/net/tramp.el (tramp-completion-file-name-handler-alist):
    <expand-file-name>: Remove handler.  (Bug#26156)
---
 lisp/net/tramp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index aadf09e..969092f 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]