diff options
author | Magnus Henoch <mange@freemail.hu> | 2008-02-04 06:40:29 +0000 |
---|---|---|
committer | Magnus Henoch <mange@freemail.hu> | 2008-02-04 06:40:29 +0000 |
commit | b72ef564997365335231336ce5d51632a5d8491b (patch) | |
tree | 1aaeb8f3a2175ef02c592dc51c36a1861cf7988e /lisp/url/url-expand.el | |
parent | 36c5185961d724915b544a079a2aa6f61ba2782a (diff) | |
download | emacs-b72ef564997365335231336ce5d51632a5d8491b.tar.gz |
Require cl when compiling, for setf.
Diffstat (limited to 'lisp/url/url-expand.el')
-rw-r--r-- | lisp/url/url-expand.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/url/url-expand.el b/lisp/url/url-expand.el index 545388ffa83..0721a5961c8 100644 --- a/lisp/url/url-expand.el +++ b/lisp/url/url-expand.el @@ -26,6 +26,7 @@ (require 'url-methods) (require 'url-util) (require 'url-parse) +(eval-when-compile (require 'cl)) (defun url-expander-remove-relative-links (name) ;; Strip . and .. from pathnames |