]> git.eshelyaron.com Git - emacs.git/commitdiff
Load cl at compile time.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 Oct 2004 14:58:38 +0000 (14:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 Oct 2004 14:58:38 +0000 (14:58 +0000)
lisp/url/url-misc.el

index ff2f1282137cebbb7268099459d5c656e413716f..ff18ef9b863354948d5838c61024e02962df97ba 100644 (file)
@@ -22,6 +22,7 @@
 ;;; Boston, MA 02111-1307, USA.
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
+(eval-when-compile (require 'cl))
 (require 'url-vars)
 (require 'url-parse)
 (autoload 'Info-goto-node "info" "" t)