diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/net/ange-ftp.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d02505c3965..63b44276b16 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part | ||
| 4 | in last change. | ||
| 5 | |||
| 1 | 2005-10-02 Romain Francoise <romain@orebokech.com> | 6 | 2005-10-02 Romain Francoise <romain@orebokech.com> |
| 2 | 7 | ||
| 3 | * progmodes/compile.el (compile-goto-error): Delete extra paren. | 8 | * progmodes/compile.el (compile-goto-error): Delete extra paren. |
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index 9d2bf43c930..8142e812b74 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el | |||
| @@ -4484,7 +4484,7 @@ NEWNAME should be the name to give the new compressed or uncompressed file.") | |||
| 4484 | ;; Follow symlinks. | 4484 | ;; Follow symlinks. |
| 4485 | (let (tem) | 4485 | (let (tem) |
| 4486 | (while (and (not wildcard) | 4486 | (while (and (not wildcard) |
| 4487 | (stringp (setq tem (ange-ftp-get-file-entry | 4487 | (stringp (setq tem (file-symlink-p |
| 4488 | (directory-file-name file))))) | 4488 | (directory-file-name file))))) |
| 4489 | (setq file | 4489 | (setq file |
| 4490 | (ange-ftp-expand-symlink | 4490 | (ange-ftp-expand-symlink |