From 8529ebb78cdc454445f85c7e1c76bdcf0a4b9a94 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 1 Dec 1997 20:03:12 +0000 Subject: [PATCH] Require 'cl when compiling so that the push macro gets picked in Emacs 19.34. --- Misc/python-mode.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.40.0