# HG changeset patch # User Glenn Morris # Date 1254362815 0 # Node ID a3a24186a0e968db318710ee99cceb9f461d4503 # Parent 179b0f945895cb65033a8375bf4429688426ceae (url-dav-file-attributes): Fix declaration. diff -r 179b0f945895 -r a3a24186a0e9 lisp/url/ChangeLog --- a/lisp/url/ChangeLog Thu Oct 01 02:05:32 2009 +0000 +++ b/lisp/url/ChangeLog Thu Oct 01 02:06:55 2009 +0000 @@ -1,3 +1,7 @@ +2009-10-01 Glenn Morris + + * url-http.el (url-dav-file-attributes): Fix declaration. + 2009-09-13 Chong Yidong * url-handlers.el (url-copy-file): Add fifth arg for compatibility diff -r 179b0f945895 -r a3a24186a0e9 lisp/url/url-http.el --- a/lisp/url/url-http.el Thu Oct 01 02:05:32 2009 +0000 +++ b/lisp/url/url-http.el Thu Oct 01 02:06:55 2009 +0000 @@ -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 ;; Keywords: comm, data, processes @@ -1272,7 +1272,7 @@ 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)