diff options
| author | Michael Albinus | 2007-07-22 16:50:21 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-07-22 16:50:21 +0000 |
| commit | 31c700022679c2893d951e403d406d00277e1a59 (patch) | |
| tree | 1dae23cc3c8a73ca5f4fd5560de28aa44d7b91e3 | |
| parent | bbd281458d4bb924fb0ad231d228e2bdd50d1120 (diff) | |
| download | emacs-31c700022679c2893d951e403d406d00277e1a59.tar.gz emacs-31c700022679c2893d951e403d406d00277e1a59.zip | |
Sync with Tramp 2.1.10.
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/net/tramp.el | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e5dc4b6f90c..064e070cded 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-07-22 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | Sync with Tramp 2.1.10. | ||
| 4 | |||
| 5 | * tramp.el (tramp-get-ls-command): Fyx typo. | ||
| 6 | |||
| 7 | * trampver.el: Update release number. | ||
| 8 | |||
| 1 | 2007-07-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 9 | 2007-07-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 10 | ||
| 3 | * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon, | 11 | * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon, |
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 792233925fc..cbe7040f609 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." | |||
| 6551 | (and | 6551 | (and |
| 6552 | dl | 6552 | dl |
| 6553 | (not | 6553 | (not |
| 6554 | (string-equal | 6554 | (string-equal result (expand-file-name cmd (car dl))))) |
| 6555 | result (expand-file-name-as-directory cmd (car dl))))) | ||
| 6556 | (setq dl (cdr dl))) | 6555 | (setq dl (cdr dl))) |
| 6557 | (setq dl (cdr dl)))))) | 6556 | (setq dl (cdr dl)))))) |
| 6558 | (tramp-error vec 'file-error "Couldn't find a proper `ls' command"))))) | 6557 | (tramp-error vec 'file-error "Couldn't find a proper `ls' command"))))) |