From ed7cf49acf6f5ba065bf6556d406c470fad8c251 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 2 Dec 2007 18:05:26 +0000 Subject: [PATCH] Don't require cl when compiling. --- lisp/url/url-about.el | 2 -- lisp/url/url-handlers.el | 3 --- 2 files changed, 5 deletions(-) diff --git a/lisp/url/url-about.el b/lisp/url/url-about.el index 5ed16bb2f81..4a16fe7e122 100644 --- a/lisp/url/url-about.el +++ b/lisp/url/url-about.el @@ -25,8 +25,6 @@ ;;; Code: -(eval-when-compile - (require 'cl)) (require 'url-util) (require 'url-parse) diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el index 6db80407aa6..d22076a8b4f 100644 --- a/lisp/url/url-handlers.el +++ b/lisp/url/url-handlers.el @@ -41,9 +41,6 @@ (autoload 'mm-dissect-buffer "mm-decode" "Dissect the current buffer and return a list of MIME handles.") (autoload 'url-scheme-get-property "url-methods" "Get property of a URL SCHEME.") -(eval-when-compile - (require 'cl)) - ;; Implementation status ;; --------------------- ;; Function Status -- 2.39.2