diff options
| author | Glenn Morris | 2007-12-02 20:04:11 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-12-02 20:04:11 +0000 |
| commit | 2650c1dbf9be4e645526a927cd3532e065a45e18 (patch) | |
| tree | 5049a14560bd0667d8ed93922d19d0e184cea36f /lisp/progmodes/python.el | |
| parent | 3ae7df79629eef9760a62b3b17eede051f17a8d0 (diff) | |
| download | emacs-2650c1dbf9be4e645526a927cd3532e065a45e18.tar.gz emacs-2650c1dbf9be4e645526a927cd3532e065a45e18.zip | |
(top-level): Don't require cl when compiling.
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 04cc07a2eb4..c6ee7f4174b 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -65,7 +65,6 @@ | |||
| 65 | ;;; Code: | 65 | ;;; Code: |
| 66 | 66 | ||
| 67 | (eval-when-compile | 67 | (eval-when-compile |
| 68 | (require 'cl) | ||
| 69 | (require 'compile) | 68 | (require 'compile) |
| 70 | (require 'comint) | 69 | (require 'comint) |
| 71 | (require 'hippie-exp)) | 70 | (require 'hippie-exp)) |