From b72ef564997365335231336ce5d51632a5d8491b Mon Sep 17 00:00:00 2001 From: Magnus Henoch Date: Mon, 4 Feb 2008 06:40:29 +0000 Subject: [PATCH] Require cl when compiling, for setf. --- lisp/url/ChangeLog | 4 ++++ lisp/url/url-expand.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 3a70b5343a0..784e8d5c320 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,7 @@ +2008-02-04 Magnus Henoch + + * url-expand.el: Require cl when compiling, for setf. + 2008-01-29 John Wiegley * url-auth.el (url-digest-auth): If the 'opaque' argument is not 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 -- 2.39.5