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:
parent
6a69e49f01
commit
77e80ae013
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue