diff lisp/url/url-cache.el @ 67974:c307ab54eb58

Require `url'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 02 Jan 2006 05:24:01 +0000
parents eebc9bf86f06
children e3694f1cb928 c69d44922688
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)