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:
parent
36c5185961
commit
b72ef56499
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user