]> git.eshelyaron.com Git - emacs.git/commitdiff
Require `url'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 2 Jan 2006 05:24:01 +0000 (05:24 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 2 Jan 2006 05:24:01 +0000 (05:24 +0000)
lisp/url/url-cache.el

index b8c2b063adcb52ec4f18e9045c089243ca001ef4..5113ad0d7d98ebfac2a831ac59b42d8c256b5046 100644 (file)
@@ -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)