]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't require cl when compiling.
authorDave Love <fx@gnu.org>
Thu, 27 Jun 2002 20:15:08 +0000 (20:15 +0000)
committerDave Love <fx@gnu.org>
Thu, 27 Jun 2002 20:15:08 +0000 (20:15 +0000)
lisp/simple.el

index 6a0808c2cd669fbe3ad748848a99085e43c3a497..e1d0ad7007e2bd26d095559f8c86846bc8c74cda 100644 (file)
@@ -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