diff options
author | Julien Danjou <julien@danjou.info> | 2010-09-18 13:49:25 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-09-18 13:49:25 -0700 |
commit | b0fd24c81db30142a77818959c54a7897da67634 (patch) | |
tree | 60d9530769813cfa440e28c7f9bff9121e5b113b /lisp/url/url-vars.el | |
parent | f58208b1d8cf761ad0f30c24b57e84c3af7c3b90 (diff) | |
download | emacs-b0fd24c81db30142a77818959c54a7897da67634.tar.gz |
* lisp/url/url-vars.el (url-automatic-caching): Remove unused variable.
Diffstat (limited to 'lisp/url/url-vars.el')
-rw-r--r-- | lisp/url/url-vars.el | 9 |
1 files changed, 0 insertions, 9 deletions
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.") |