aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net/tramp.el
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2007-07-22 16:50:21 +0000
committerMichael Albinus <[email protected]>2007-07-22 16:50:21 +0000
commit31c700022679c2893d951e403d406d00277e1a59 (patch)
tree1dae23cc3c8a73ca5f4fd5560de28aa44d7b91e3 /lisp/net/tramp.el
parentbbd281458d4bb924fb0ad231d228e2bdd50d1120 (diff)
Sync with Tramp 2.1.10.
Diffstat (limited to 'lisp/net/tramp.el')
-rw-r--r--lisp/net/tramp.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 792233925f..cbe7040f60 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -6551,8 +6551,7 @@ necessary only. This function will be used in file name completion."
(and
dl
(not
- (string-equal
- result (expand-file-name-as-directory cmd (car dl)))))
+ (string-equal result (expand-file-name cmd (car dl)))))
(setq dl (cdr dl)))
(setq dl (cdr dl))))))
(tramp-error vec 'file-error "Couldn't find a proper `ls' command")))))