Mercurial > emacs
changeset 65814:967a91879fee
(ange-ftp-ls): Fix typo introduced in last change.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Tue, 04 Oct 2005 00:20:26 +0000 |
parents | f6a0af865eb5 |
children | 0d76719b9093 |
files | lisp/net/ange-ftp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/ange-ftp.el Mon Oct 03 21:23:06 2005 +0000 +++ b/lisp/net/ange-ftp.el Tue Oct 04 00:20:26 2005 +0000 @@ -2610,7 +2610,7 @@ (ange-ftp-abbreviate-filename ange-ftp-this-file))))) (with-current-buffer (get-buffer-create - ange-ftp-data-buffer-name)) + ange-ftp-data-buffer-name) (erase-buffer) (if (ange-ftp-real-file-readable-p temp) (ange-ftp-real-insert-file-contents temp)