From: Stefan Monnier Date: Mon, 2 Jan 2006 05:24:01 +0000 (+0000) Subject: Require `url'. X-Git-Tag: emacs-pretest-22.0.90~4936 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8abe1fd585d4cb604ff8a72ee375dd3f2186450c;p=emacs.git Require `url'. --- diff --git a/lisp/url/url-cache.el b/lisp/url/url-cache.el index b8c2b063adc..5113ad0d7d9 100644 --- a/lisp/url/url-cache.el +++ b/lisp/url/url-cache.el @@ -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)