Require `url'.
This commit is contained in:
parent
b8919739a6
commit
8abe1fd585
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue