changeset 67974:c307ab54eb58

Require `url'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 02 Jan 2006 05:24:01 +0000
parents c85758224c8e
children ea32c9f0c8e7
files lisp/url/url-cache.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/url/url-cache.el	Mon Jan 02 03:43:35 2006 +0000
+++ b/lisp/url/url-cache.el	Mon Jan 02 05:24:01 2006 +0000
@@ -1,7 +1,7 @@
 ;;; url-cache.el --- Uniform Resource Locator retrieval tool
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005 Free Software Foundation, Inc.
+;;   2005, 2006  Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
@@ -26,6 +26,7 @@
 
 (require 'url-parse)
 (require 'url-util)
+(require 'url)                        ;E.g. for url-configuration-directory.
 
 (defcustom url-cache-directory
   (expand-file-name "cache" url-configuration-directory)