+2007-12-06 Glenn Morris <rgm@gnu.org>
+
+ * url-file.el, url-mailto.el: Remove directory part from filenames
+ in function declarations.
+
2007-12-02 Glenn Morris <rgm@gnu.org>
* url-about.el, url-handlers.el: Don't require cl when compiling.
(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))