Mercurial > emacs
changeset 86948:effd426f6dc7
Don't require cl when compiling.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 02 Dec 2007 18:05:26 +0000 |
parents | 01de702b1f49 |
children | 5befb2f1ec98 |
files | lisp/url/url-handlers.el |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/url-handlers.el Sun Dec 02 18:05:09 2007 +0000 +++ b/lisp/url/url-handlers.el Sun Dec 02 18:05:26 2007 +0000 @@ -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