1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

Require cl when compiling, for setf.

This commit is contained in:
Magnus Henoch 2008-02-04 06:40:29 +00:00
parent 36c5185961
commit b72ef56499
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-02-04 Magnus Henoch <mange@freemail.hu>
* url-expand.el: Require cl when compiling, for setf.
2008-01-29 John Wiegley <johnw@newartisans.com>
* url-auth.el (url-digest-auth): If the 'opaque' argument is not

View File

@ -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