diff lisp/progmodes/python.el @ 86970:3263b910f6df

(top-level): Don't require cl when compiling.
author Glenn Morris <rgm@gnu.org>
date Sun, 02 Dec 2007 20:03:22 +0000
parents 22dc0bc9daf8
children 309e0523903f
line wrap: on
line diff
--- a/lisp/progmodes/python.el	Sun Dec 02 20:00:58 2007 +0000
+++ b/lisp/progmodes/python.el	Sun Dec 02 20:03:22 2007 +0000
@@ -65,7 +65,6 @@
 ;;; Code:
 
 (eval-when-compile
-  (require 'cl)
   (require 'compile)
   (require 'comint)
   (require 'hippie-exp))