diff options
| author | Dave Love | 2002-06-27 20:15:08 +0000 |
|---|---|---|
| committer | Dave Love | 2002-06-27 20:15:08 +0000 |
| commit | fd4938d6ae6324d9a103d927a11d0f0d3d273cdb (patch) | |
| tree | 56f6b0b2510ff307e64c7ee4f3938fba728d8235 | |
| parent | 926d12409f38083ec489e8cd1a06f85e95b96781 (diff) | |
| download | emacs-fd4938d6ae6324d9a103d927a11d0f0d3d273cdb.tar.gz emacs-fd4938d6ae6324d9a103d927a11d0f0d3d273cdb.zip | |
Don't require cl when compiling.
| -rw-r--r-- | lisp/simple.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 6a0808c2cd6..e1d0ad7007e 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -29,8 +29,7 @@ | |||
| 29 | 29 | ||
| 30 | (eval-when-compile | 30 | (eval-when-compile |
| 31 | (autoload 'widget-convert "wid-edit") | 31 | (autoload 'widget-convert "wid-edit") |
| 32 | (autoload 'shell-mode "shell") | 32 | (autoload 'shell-mode "shell")) |
| 33 | (require 'cl)) | ||
| 34 | 33 | ||
| 35 | 34 | ||
| 36 | (defgroup killing nil | 35 | (defgroup killing nil |