1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-09 07:40:39 -08:00

fix missing cl- prefix in comp.el

This commit is contained in:
Andrea Corallo 2019-09-09 19:43:12 +02:00
parent 6a69e49f01
commit 77e80ae013

View file

@ -290,7 +290,7 @@ Put PREFIX in front of it."
(byte-compile-file filename)
(setf (comp-ctxt-top-level-defvars comp-ctxt)
(reverse (mapcar (lambda (x)
(ecase (car x)
(cl-ecase (car x)
('defvar (cdr x))
('defconst (cdr x))))
byte-to-native-top-level-forms)))