diff options
author | Barry Warsaw <barry@python.org> | 1997-12-01 20:03:12 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1997-12-01 20:03:12 (GMT) |
commit | 8529ebb78cdc454445f85c7e1c76bdcf0a4b9a94 (patch) | |
tree | 95ca79907713fbfe6d1984cb96206608db9b80af /Misc | |
parent | 0f280b609948323b466c6d8d45e44cb2d0a31956 (diff) | |
download | cpython-8529ebb78cdc454445f85c7e1c76bdcf0a4b9a94.zip cpython-8529ebb78cdc454445f85c7e1c76bdcf0a4b9a94.tar.gz cpython-8529ebb78cdc454445f85c7e1c76bdcf0a4b9a94.tar.bz2 |
Require 'cl when compiling so that the push macro gets picked in Emacs
19.34.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/python-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el index f7448f1..f878576 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 |