mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Require 'cl when compiling so that the push macro gets picked in Emacs
19.34.
This commit is contained in:
parent
0f280b6099
commit
8529ebb78c
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@
|
|||
;;; Code:
|
||||
|
||||
(require 'custom)
|
||||
(eval-when-compile
|
||||
(require 'cl))
|
||||
|
||||
|
||||
;; user definable variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue