mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-18 03:51:48 -07:00
(ange-ftp-insert-directory): Undo unintended part in last change.
This commit is contained in:
parent
ba6be78d4e
commit
402893bb42
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
|
||||
in last change.
|
||||
|
||||
2005-10-02 Romain Francoise <romain@orebokech.com>
|
||||
|
||||
* progmodes/compile.el (compile-goto-error): Delete extra paren.
|
||||
|
|
|
|||
|
|
@ -4484,7 +4484,7 @@ NEWNAME should be the name to give the new compressed or uncompressed file.")
|
|||
;; Follow symlinks.
|
||||
(let (tem)
|
||||
(while (and (not wildcard)
|
||||
(stringp (setq tem (ange-ftp-get-file-entry
|
||||
(stringp (setq tem (file-symlink-p
|
||||
(directory-file-name file)))))
|
||||
(setq file
|
||||
(ange-ftp-expand-symlink
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue