diff options
| author | Richard M. Stallman | 2002-06-04 23:31:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-06-04 23:31:58 +0000 |
| commit | cc76a58cf185d463c26c6fe1cc8a230cd6e7aa88 (patch) | |
| tree | 3bf9c8a91adb8bb64d741a10bd223656713dd330 | |
| parent | 91e27f370d49625c0f96337cea59e08d0a75b39b (diff) | |
| download | emacs-cc76a58cf185d463c26c6fe1cc8a230cd6e7aa88.tar.gz emacs-cc76a58cf185d463c26c6fe1cc8a230cd6e7aa88.zip | |
Don't require cl.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2002-06-04 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * simple.el: Don't require cl. | ||
| 4 | |||
| 1 | 2002-06-03 Richard M. Stallman <rms@gnu.org> | 5 | 2002-06-03 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * dired.el (dired-do-shell-command): Doc fix in autoload. | 7 | * 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 @@ | |||
| 32 | 32 | ||
| 33 | (eval-when-compile | 33 | (eval-when-compile |
| 34 | (autoload 'widget-convert "wid-edit") | 34 | (autoload 'widget-convert "wid-edit") |
| 35 | (autoload 'shell-mode "shell") | 35 | (autoload 'shell-mode "shell")) |
| 36 | (require 'cl)) | ||
| 37 | 36 | ||
| 38 | 37 | ||
| 39 | (defgroup killing nil | 38 | (defgroup killing nil |