From: Andrea Corallo Date: Tue, 24 Sep 2019 20:08:28 +0000 (+0200) Subject: fix comp.el compilation X-Git-Tag: emacs-28.0.90~2727^2~1108 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9c31066ccdd6dbc7e9bd7a9a56de5c3103841018;p=emacs.git fix comp.el compilation --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 98d9e7376ff..13bc3de5ac9 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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"))))