diff options
| author | Lars Ingebrigtsen | 2012-02-06 22:37:56 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2012-02-06 22:37:56 +0100 |
| commit | 7dd679eb09f65d0a83e14168b005ffc8270e7d05 (patch) | |
| tree | ee98c391e49decb888d019c85693f554259fac3d /lisp/url/ChangeLog | |
| parent | 1968bb1b5cc35ba315a741ad27de71e04b6c5aa2 (diff) | |
| download | emacs-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/ChangeLog | 2 |
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 @@ | |||
| 1 | 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org> | 1 | 2012-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 |