]> git.eshelyaron.com Git - emacs.git/commitdiff
(url-dav-file-attributes): Fix declaration.
authorGlenn Morris <rgm@gnu.org>
Thu, 1 Oct 2009 02:06:55 +0000 (02:06 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 1 Oct 2009 02:06:55 +0000 (02:06 +0000)
lisp/url/ChangeLog
lisp/url/url-http.el

index 7b38fb7ed1157f07874e4b134097d109dcac778d..e1c5970678d95d2bb45768d8a1b0307732b9cf63 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-01  Glenn Morris  <rgm@gnu.org>
+
+       * url-http.el (url-dav-file-attributes): Fix declaration.
+
 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
 
        * url-handlers.el (url-copy-file): Add fifth arg for compatibility
index 0bcc6341961d2a3157c24ffd2add0d79377ea0c6..d9be187328f056678931dba7c55c5fe566f13c39 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-http.el --- HTTP retrieval routines
 
-;; Copyright (C) 1999, 2001, 2004, 2005, 2006, 2007,
-;;   2008, 2009  Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2001, 2004, 2005, 2006, 2007, 2008,
+;;   2009  Free Software Foundation, Inc.
 
 ;; Author: Bill Perry <wmperry@gnu.org>
 ;; Keywords: comm, data, processes
@@ -1272,7 +1272,7 @@ CBARGS as the arguments."
            nil nil nil)          ;whether gid would change ; inode ; device.
         (kill-buffer buffer)))))
 
-(declare-function url-dav-file-attributes (url &optional id-format))
+(declare-function url-dav-file-attributes "url-dav" (url &optional id-format))
 
 ;;;###autoload
 (defun url-http-file-attributes (url &optional id-format)