From b0fd24c81db30142a77818959c54a7897da67634 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Sat, 18 Sep 2010 13:49:25 -0700 Subject: [PATCH] * lisp/url/url-vars.el (url-automatic-caching): Remove unused variable. --- lisp/url/ChangeLog | 4 ++++ lisp/url/url-vars.el | 9 --------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 7726f6cd081..01fac5866ef 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,7 @@ +2010-09-18 Julien Danjou + + * url-vars.el (url-automatic-caching): Remove unused variable. + 2010-09-14 Julien Danjou * url-cache (url-store-in-cache): Make `buff' argument really optional. diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index 74192478224..06d3c2dcccc 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el @@ -83,15 +83,6 @@ If non-nil and not t, the user will be asked for each refresh request." :type 'boolean :group 'url-cache) -;; Fixme: sanitize this. -(defcustom url-cache-expired - (lambda (t1 t2) (>= (- (car t2) (car t1)) 5)) - "A function determining if a cached item has expired. -It takes two times (numbers) as its arguments, and returns non-nil if -the second time is 'too old' when compared to the first time." - :type 'function - :group 'url-cache) - (defconst url-bug-address "bug-gnu-emacs@gnu.org" "Where to send bug reports.") -- 2.11.4.GIT