emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/url ChangeLog url-http.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/url ChangeLog url-http.el
Date: Thu, 01 Oct 2009 02:06:56 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/10/01 02:06:56

Modified files:
        lisp/url       : ChangeLog url-http.el 

Log message:
        (url-dav-file-attributes): Fix declaration.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/url/ChangeLog?cvsroot=emacs&r1=1.184&r2=1.185
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/url/url-http.el?cvsroot=emacs&r1=1.63&r2=1.64

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/url/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -b -r1.184 -r1.185
--- ChangeLog   13 Sep 2009 21:21:40 -0000      1.184
+++ ChangeLog   1 Oct 2009 02:06:55 -0000       1.185
@@ -1,3 +1,7 @@
+2009-10-01  Glenn Morris  <address@hidden>
+
+       * url-http.el (url-dav-file-attributes): Fix declaration.
+
 2009-09-13  Chong Yidong  <address@hidden>
 
        * url-handlers.el (url-copy-file): Add fifth arg for compatibility

Index: url-http.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/url/url-http.el,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- url-http.el 5 Jan 2009 03:24:18 -0000       1.63
+++ url-http.el 1 Oct 2009 02:06:55 -0000       1.64
@@ -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 <address@hidden>
 ;; 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]