Mercurial > emacs
changeset 87104:ad4cfef6161e
Remove directory part from filenames in function declarations.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 06 Dec 2007 04:02:28 +0000 |
parents | edfc57c94f50 |
children | 492c630f4a8b |
files | lisp/url/url-file.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/url-file.el Thu Dec 06 04:01:38 2007 +0000 +++ b/lisp/url/url-file.el Thu Dec 06 04:02:28 2007 +0000 @@ -86,8 +86,8 @@ (error nil))) (apply func args)))) -(declare-function ange-ftp-set-passwd "../net/ange-ftp" (host user passwd)) -(declare-function ange-ftp-copy-file-internal "../net/ange-ftp" +(declare-function ange-ftp-set-passwd "ange-ftp" (host user passwd)) +(declare-function ange-ftp-copy-file-internal "ange-ftp" (filename newname ok-if-already-exists keep-date &optional msg cont nowait)) (declare-function url-generate-unique-filename "url-util" (&optional fmt))