changeset 88802:8552874a4b86

Don't require cl when compiling.
author Dave Love <fx@gnu.org>
date Thu, 27 Jun 2002 20:15:08 +0000
parents 3e594563553c
children 9af3dc44732c
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Thu Jun 27 19:50:34 2002 +0000
+++ b/lisp/simple.el	Thu Jun 27 20:15:08 2002 +0000
@@ -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