From: Julien Danjou Date: Sat, 18 Sep 2010 20:49:25 +0000 (-0700) Subject: * lisp/url/url-vars.el (url-automatic-caching): Remove unused variable. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~47^2~86 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0fd24c81db30142a77818959c54a7897da67634;p=emacs.git * lisp/url/url-vars.el (url-automatic-caching): Remove unused variable. --- 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.")