From fd4938d6ae6324d9a103d927a11d0f0d3d273cdb Mon Sep 17 00:00:00 2001
From: Dave Love <fx@gnu.org>
Date: Thu, 27 Jun 2002 20:15:08 +0000
Subject: [PATCH] Don't require cl when compiling.

---
 lisp/simple.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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
-- 
2.39.5