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:
parent
91e27f370d
commit
cc76a58cf1
2 changed files with 5 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue