From cc76a58cf185d463c26c6fe1cc8a230cd6e7aa88 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 4 Jun 2002 23:31:58 +0000 Subject: [PATCH] Don't require cl. --- lisp/ChangeLog | 4 ++++ lisp/simple.el | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0cee4113124..729eac065e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-06-04 Richard M. Stallman + + * simple.el: Don't require cl. + 2002-06-03 Richard M. Stallman * dired.el (dired-do-shell-command): Doc fix in autoload. diff --git a/lisp/simple.el b/lisp/simple.el index c5fe36e76b1..6ae43f63770 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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 -- 2.39.5