(top-level): Don't require cl when compiling.

This commit is contained in:
Glenn Morris 2007-12-02 20:04:11 +00:00
parent 3ae7df7962
commit 2650c1dbf9
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,8 @@
(netrc-parse): Don't use encrypt.
(netrc-find-service-name, netrc-find-service-number): Don't use caddr.
* progmodes/python.el (top-level): Don't require cl when compiling.
2007-12-02 Agustin Martin <agustin.martin@hispalinux.es>
* textmodes/flyspell.el (flyspell-large-region): Explicitly set

View file

@ -65,7 +65,6 @@
;;; Code:
(eval-when-compile
(require 'cl)
(require 'compile)
(require 'comint)
(require 'hippie-exp))