Mercurial > emacs
changeset 91500:0fd27561386b
Require cl when compiling, for setf.
author | Magnus Henoch <mange@freemail.hu> |
---|---|
date | Mon, 04 Feb 2008 06:40:21 +0000 |
parents | 2e2cf64c99ee |
children | 5cf14489c5e6 |
files | lisp/url/url-expand.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/url-expand.el Mon Feb 04 04:49:29 2008 +0000 +++ b/lisp/url/url-expand.el Mon Feb 04 06:40:21 2008 +0000 @@ -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