From: Barry Warsaw Date: Mon, 1 Dec 1997 20:03:12 +0000 (+0000) Subject: Require 'cl when compiling so that the push macro gets picked in Emacs X-Git-Tag: v1.5b2~149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8529ebb78cdc454445f85c7e1c76bdcf0a4b9a94;p=python Require 'cl when compiling so that the push macro gets picked in Emacs 19.34. --- diff --git a/Misc/python-mode.el b/Misc/python-mode.el index f7448f1f8c..f87857652b 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -79,6 +79,8 @@ ;;; Code: (require 'custom) +(eval-when-compile + (require 'cl)) ;; user definable variables