Skip to content

Commit

Permalink
Use cache-time variable
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Danjou <julien@danjou.info>
  • Loading branch information
jd committed Sep 20, 2010
1 parent cc55b06 commit 2fc6452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-weather.el
Expand Up @@ -60,7 +60,7 @@
(if cache-time
(time-less-p
(time-add
(url-is-cached url)
cache-time
(seconds-to-time expire-time))
(current-time))
t)))))
Expand Down

0 comments on commit 2fc6452

Please sign in to comment.