emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101482: * lisp/url/url-vars.el (url-


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101482: * lisp/url/url-vars.el (url-automatic-caching): Remove unused variable.
Date: Sat, 18 Sep 2010 13:49:25 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101482
author: Julien Danjou <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2010-09-18 13:49:25 -0700
message:
  * lisp/url/url-vars.el (url-automatic-caching): Remove unused variable.
modified:
  lisp/url/ChangeLog
  lisp/url/url-vars.el
=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2010-09-14 14:41:53 +0000
+++ b/lisp/url/ChangeLog        2010-09-18 20:49:25 +0000
@@ -1,3 +1,7 @@
+2010-09-18  Julien Danjou  <address@hidden>
+
+       * url-vars.el (url-automatic-caching): Remove unused variable.
+
 2010-09-14  Julien Danjou  <address@hidden>
 
        * url-cache (url-store-in-cache): Make `buff' argument really optional.

=== modified file 'lisp/url/url-vars.el'
--- a/lisp/url/url-vars.el      2010-09-11 01:58:42 +0000
+++ b/lisp/url/url-vars.el      2010-09-18 20:49:25 +0000
@@ -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 "address@hidden"
   "Where to send bug reports.")
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]