diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2006-01-02 05:24:01 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2006-01-02 05:24:01 +0000 |
commit | 8abe1fd585d4cb604ff8a72ee375dd3f2186450c (patch) | |
tree | 2f34b7a964e6174887223e57048a1ea76e0dd39c /lisp | |
parent | b8919739a69b884caf9354d2b6d993b7b2d1dbfd (diff) | |
download | emacs-8abe1fd585d4cb604ff8a72ee375dd3f2186450c.tar.gz |
Require `url'.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/url/url-cache.el | 3 |
1 files changed, 2 insertions, 1 deletions
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) |