]> git.eshelyaron.com Git - emacs.git/commitdiff
fix comp.el compilation warning
authorAndrea Corallo <akrl@sdf.org>
Sat, 5 Oct 2019 14:26:52 +0000 (16:26 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:56 +0000 (11:37 +0100)
lisp/emacs-lisp/comp.el

index a026ba9b2bf6146e1dab71887d637bcb9620626e..349db10991823d9682200c83a1dbfac6fdb396bd 100644 (file)
@@ -1450,7 +1450,7 @@ This can run just once."
             (`(callref funcall ,f . ,rest)
              (when-let ((new-form (comp-call-optim-form-call
                                    (comp-mvar-constant f) rest self)))
-               (setcar insn-cell ,new-form)))))))
+               (setcar insn-cell new-form)))))))
 
 (defun comp-call-optim (_)
   "Given FUNCS try to avoid funcall trampoline usage when possible."