diff lisp/url/url-util.el @ 92401:b7d3823f3c26

Require cl when compiling.
author Andreas Schwab <schwab@suse.de>
date Sun, 02 Mar 2008 17:24:18 +0000
parents 76175fc0a2f9
children 8259d0d8e107
line wrap: on
line diff
--- a/lisp/url/url-util.el	Sun Mar 02 08:05:14 2008 +0000
+++ b/lisp/url/url-util.el	Sun Mar 02 17:24:18 2008 +0000
@@ -28,6 +28,7 @@
 ;;; Code:
 
 (require 'url-parse)
+(eval-when-compile (require 'cl))
 (autoload 'timezone-parse-date "timezone")
 (autoload 'timezone-make-date-arpa-standard "timezone")
 (autoload 'mail-header-extract "mailheader")