]> git.eshelyaron.com Git - emacs.git/commitdiff
Sync with Tramp 2.1.10.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 22 Jul 2007 16:50:21 +0000 (16:50 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 22 Jul 2007 16:50:21 +0000 (16:50 +0000)
lisp/ChangeLog
lisp/net/tramp.el

index e5dc4b6f90cc52ff9c716ab8e30c61df61cdf143..064e070cdedae324a0d6caa67901498d0871dbf0 100644 (file)
@@ -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\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon,
index 792233925fc16494d45c65de98486ab97f75f91f..cbe7040f609edb45cc742f95b38962ca08f29309 100644 (file)
@@ -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")))))