# HG changeset patch # User Glenn Morris # Date 1196913748 0 # Node ID ad4cfef6161ef2fae2651dc85402632779257200 # Parent edfc57c94f508eb1f5860b742f8296a0386bcae8 Remove directory part from filenames in function declarations. diff -r edfc57c94f50 -r ad4cfef6161e lisp/url/url-file.el --- 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))