aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/url/url-cache.el3
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 @@
1;;; url-cache.el --- Uniform Resource Locator retrieval tool 1;;; url-cache.el --- Uniform Resource Locator retrieval tool
2 2
3;; Copyright (C) 1996, 1997, 1998, 1999, 2004, 3;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
4;; 2005 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5 5
6;; Keywords: comm, data, processes, hypermedia 6;; Keywords: comm, data, processes, hypermedia
7 7
@@ -26,6 +26,7 @@
26 26
27(require 'url-parse) 27(require 'url-parse)
28(require 'url-util) 28(require 'url-util)
29(require 'url) ;E.g. for url-configuration-directory.
29 30
30(defcustom url-cache-directory 31(defcustom url-cache-directory
31 (expand-file-name "cache" url-configuration-directory) 32 (expand-file-name "cache" url-configuration-directory)