emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100046: * lisp/url/url-cache.el (


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100046: * lisp/url/url-cache.el (url-is-cached): Doc fix.
Date: Sat, 18 Sep 2010 13:43:13 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100046
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Sat 2010-09-18 13:43:13 -0700
message:
  * lisp/url/url-cache.el (url-is-cached): Doc fix.
modified:
  lisp/url/ChangeLog
  lisp/url/url-cache.el
=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2010-09-11 01:55:55 +0000
+++ b/lisp/url/ChangeLog        2010-09-18 20:43:13 +0000
@@ -1,3 +1,7 @@
+2010-09-18  Glenn Morris  <address@hidden>
+
+       * url-cache.el (url-is-cached): Doc fix.
+
 2010-09-11  Julien Danjou  <address@hidden>
 
        * url-cache (url-store-in-cache): Make `buff' argument really optional.

=== modified file 'lisp/url/url-cache.el'
--- a/lisp/url/url-cache.el     2010-09-11 01:55:55 +0000
+++ b/lisp/url/url-cache.el     2010-09-18 20:43:13 +0000
@@ -1,7 +1,7 @@
 ;;; url-cache.el --- Uniform Resource Locator retrieval tool
 
-;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005, 2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 1996, 1997, 1998, 1999, 2004, 2005, 2006, 2007, 2008,
+;;   2009, 2010  Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
@@ -70,7 +70,8 @@
 
 ;;;###autoload
 (defun url-is-cached (url)
-  "Return non-nil if the URL is cached."
+  "Return non-nil if the URL is cached.
+The actual return value is the last modification time of the cache file."
   (let* ((fname (url-cache-create-filename url))
         (attribs (file-attributes fname)))
     (and fname                         ; got a filename


reply via email to

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