# HG changeset patch # User Stefan Monnier # Date 1136179441 0 # Node ID c307ab54eb58a004012b413306676886cebf33fc # Parent c85758224c8ef6c98bba3af3b11b1a0d12729526 Require `url'. diff -r c85758224c8e -r c307ab54eb58 lisp/url/url-cache.el --- 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)