]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't require cl.
authorRichard M. Stallman <rms@gnu.org>
Mon, 29 Jul 2002 01:18:50 +0000 (01:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 29 Jul 2002 01:18:50 +0000 (01:18 +0000)
lisp/simple.el

index 56cdb452e602e43ff89094d37326ad14eef8abf9..4ef026c084fe160212b00fc7946d88e05dd39561 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