# HG changeset patch # User Glenn Morris # Date 1284842965 25200 # Node ID 1640f0854ab807f00f15152f20154f081c7d1a29 # Parent bde55f3d7125c4a1173b2bca661ba85c1c199c54 * lisp/url/url-vars.el (url-automatic-caching): Remove unused variable. diff -r bde55f3d7125 -r 1640f0854ab8 lisp/url/ChangeLog --- a/lisp/url/ChangeLog Sat Sep 18 22:27:52 2010 +0200 +++ b/lisp/url/ChangeLog Sat Sep 18 13:49:25 2010 -0700 @@ -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 -r bde55f3d7125 -r 1640f0854ab8 lisp/url/url-vars.el --- a/lisp/url/url-vars.el Sat Sep 18 22:27:52 2010 +0200 +++ b/lisp/url/url-vars.el Sat Sep 18 13:49:25 2010 -0700 @@ -83,15 +83,6 @@ :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.")