]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't require cl when compiling.
authorGlenn Morris <rgm@gnu.org>
Sun, 2 Dec 2007 18:05:26 +0000 (18:05 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 2 Dec 2007 18:05:26 +0000 (18:05 +0000)
lisp/url/url-about.el
lisp/url/url-handlers.el

index 5ed16bb2f81629b266367638358445508e30c2db..4a16fe7e122bd1d582b30754254fc3f9f54b0cee 100644 (file)
@@ -25,8 +25,6 @@
 
 ;;; Code:
 
-(eval-when-compile
-  (require 'cl))
 (require 'url-util)
 (require 'url-parse)
 
index 6db80407aa6ee4cf9806c737cf2fe0187287a077..d22076a8b4fb763059f6771d7e3eebb2fdc8f51c 100644 (file)
@@ -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