From: Barry Warsaw Date: Wed, 17 Jul 2002 13:45:00 +0000 (+0000) Subject: We need to (require 'compile) to guarantee that compile-internal is X-Git-Tag: v2.3c1~4979 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f4fed68e9dafe4a4a08aed9be8de56f5ae9ca6a;p=python We need to (require 'compile) to guarantee that compile-internal is defined. /Really/ closes SF # 580631. --- diff --git a/Misc/python-mode.el b/Misc/python-mode.el index a5e4fe3b29..50576cb557 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -59,6 +59,7 @@ (require 'comint) (require 'custom) (require 'cl) +(require 'compile) ;; user definable variables