fix comp.el compilation

This commit is contained in:
Andrea Corallo 2019-09-24 22:08:28 +02:00
parent bb25117eb4
commit 9c31066ccd

View file

@ -379,7 +379,6 @@ Put PREFIX in front of it."
"Byte compile FUNCTION-NAME spilling data from the byte compiler."
(let* ((f (symbol-function function-name))
(func (make-comp-func :symbol-name function-name
:func f
:c-func-name (comp-c-func-name
function-name
"F"))))