Mercurial > emacs
changeset 82025:75a66d77291f
Sync with Tramp 2.1.10.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sun, 22 Jul 2007 16:49:47 +0000 |
parents | b5df514a4be5 |
children | db5b57e9fc79 |
files | lisp/ChangeLog lisp/net/tramp.el |
diffstat | 2 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jul 22 16:44:07 2007 +0000 +++ b/lisp/ChangeLog Sun Jul 22 16:49:47 2007 +0000 @@ -1,3 +1,11 @@ +2007-07-22 Michael Albinus <michael.albinus@gmx.de> + + Sync with Tramp 2.1.10. + + * tramp.el (tramp-get-ls-command): Fyx typo. + + * trampver.el: Update release number. + 2007-07-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon,
--- a/lisp/net/tramp.el Sun Jul 22 16:44:07 2007 +0000 +++ b/lisp/net/tramp.el Sun Jul 22 16:49:47 2007 +0000 @@ -6551,8 +6551,7 @@ (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")))))