]> git.eshelyaron.com Git - emacs.git/commitdiff
fix comp.el compilation
authorAndrea Corallo <akrl@sdf.org>
Tue, 24 Sep 2019 20:08:28 +0000 (22:08 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:54 +0000 (11:37 +0100)
lisp/emacs-lisp/comp.el

index 98d9e7376ff52704dab51c37903f8d5927f01390..13bc3de5ac98d5075299e629554cd0a194d94537 100644 (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"))))