mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
(url-dav-file-attributes): Fix declaration.
This commit is contained in:
parent
3d9842c67e
commit
f9c9a2395c
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user