aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/ChangeLog
diff options
context:
space:
mode:
authorLars Ingebrigtsen2012-02-06 22:37:56 +0100
committerLars Ingebrigtsen2012-02-06 22:37:56 +0100
commit7dd679eb09f65d0a83e14168b005ffc8270e7d05 (patch)
treeee98c391e49decb888d019c85693f554259fac3d /lisp/url/ChangeLog
parent1968bb1b5cc35ba315a741ad27de71e04b6c5aa2 (diff)
downloademacs-7dd679eb09f65d0a83e14168b005ffc8270e7d05.tar.gz
emacs-7dd679eb09f65d0a83e14168b005ffc8270e7d05.zip
Add extra checks before expiring the URL cache
(url-cache-prune-cache): Check that the directory exists before trying to delete it.
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r--lisp/url/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 4e748fbd99e..f4cca618b49 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,6 +1,8 @@
12012-02-06 Lars Ingebrigtsen <larsi@gnus.org> 12012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2 2
3 * url-cache.el (url-cache-prune-cache): New function. 3 * url-cache.el (url-cache-prune-cache): New function.
4 (url-cache-prune-cache): Check that the directory exists before
5 trying to delete it.
4 6
5 * url.el (url-retrieve-number-of-calls): New variable. 7 * url.el (url-retrieve-number-of-calls): New variable.
6 (url-retrieve-internal): Use it to expire the cache once in a 8 (url-retrieve-internal): Use it to expire the cache once in a