From: Magnus Henoch Date: Mon, 4 Feb 2008 06:40:29 +0000 (+0000) Subject: Require cl when compiling, for setf. X-Git-Tag: emacs-pretest-23.0.90~8203 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b72ef564997365335231336ce5d51632a5d8491b;p=emacs.git Require cl when compiling, for setf. --- 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