Require cl when compiling.

This commit is contained in:
Andreas Schwab 2008-03-02 17:24:18 +00:00
parent 119852e72b
commit 26d72be862
2 changed files with 5 additions and 0 deletions

View 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

View 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")