From: Dave Love Date: Thu, 27 Jun 2002 20:15:08 +0000 (+0000) Subject: Don't require cl when compiling. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~614 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd4938d6ae6324d9a103d927a11d0f0d3d273cdb;p=emacs.git Don't require cl when compiling. --- diff --git a/lisp/simple.el b/lisp/simple.el index 6a0808c2cd6..e1d0ad7007e 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -29,8 +29,7 @@ (eval-when-compile (autoload 'widget-convert "wid-edit") - (autoload 'shell-mode "shell") - (require 'cl)) + (autoload 'shell-mode "shell")) (defgroup killing nil