]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/url/url-vars.el (url-automatic-caching): Remove unused variable.
authorJulien Danjou <julien@danjou.info>
Sat, 18 Sep 2010 20:49:25 +0000 (13:49 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 18 Sep 2010 20:49:25 +0000 (13:49 -0700)
lisp/url/ChangeLog
lisp/url/url-vars.el

index 7726f6cd0819dcc96d5773be35f90b816bb92499..01fac5866ef35ff0280fa174f54fb915d9a1b139 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-18  Julien Danjou  <julien@danjou.info>
+
+       * url-vars.el (url-automatic-caching): Remove unused variable.
+
 2010-09-14  Julien Danjou  <julien@danjou.info>
 
        * url-cache (url-store-in-cache): Make `buff' argument really optional.
index 74192478224931264eba67773dac97595a65dfca..06d3c2dcccc493393ff3c240e6dddb4f186024b2 100644 (file)
@@ -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.")