]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't require cl.
authorRichard M. Stallman <rms@gnu.org>
Tue, 4 Jun 2002 23:31:58 +0000 (23:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 4 Jun 2002 23:31:58 +0000 (23:31 +0000)
lisp/ChangeLog
lisp/simple.el

index 0cee4113124dc2524b0713f725df6f7328451ebe..729eac065e3e59d7710e8535431f430e3b5080fd 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-04  Richard M. Stallman  <rms@gnu.org>
+
+       * simple.el: Don't require cl.
+
 2002-06-03  Richard M. Stallman  <rms@gnu.org>
 
        * dired.el (dired-do-shell-command): Doc fix in autoload.
index c5fe36e76b13c4caf6b311ab648639937b1c619a..6ae43f637703d4485507c1bd11ee180143c60e8b 100644 (file)
@@ -32,8 +32,7 @@
 
 (eval-when-compile
   (autoload 'widget-convert "wid-edit")
-  (autoload 'shell-mode "shell")
-  (require 'cl))
+  (autoload 'shell-mode "shell"))
 
 
 (defgroup killing nil