]> git.eshelyaron.com Git - emacs.git/commitdiff
Require cl when compiling.
authorAndreas Schwab <schwab@suse.de>
Sun, 2 Mar 2008 17:24:18 +0000 (17:24 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 2 Mar 2008 17:24:18 +0000 (17:24 +0000)
lisp/url/ChangeLog
lisp/url/url-util.el

index 13130e9e2d5b12b803f75d80ad8c59ce2b0dec6e..69f5a5c295ae2d93bd059871b2fbdf96fd874168 100644 (file)
@@ -1,3 +1,7 @@
+2008-03-02  Andreas Schwab  <schwab@suse.de>
+
+       * url-util.el: Require cl when compiling.
+
 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * url-util.el (url-get-normalized-date): Simplify
index 6cdc25a5525348d94c76fc1067ddcf3b1c174631..32854f7059e14f25f51849a77460eb6c7d304d26 100644 (file)
@@ -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")