Require cl when compiling.
This commit is contained in:
parent
119852e72b
commit
26d72be862
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue