1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Don't require cl.

This commit is contained in:
Richard M. Stallman 2002-06-04 23:31:58 +00:00
parent 91e27f370d
commit cc76a58cf1
2 changed files with 5 additions and 2 deletions

View 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.

View 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