]> git.eshelyaron.com Git - emacs.git/commit
Remove unnecessary cons in function-type property
authorAndrea Corallo <acorallo@gnu.org>
Sun, 5 May 2024 21:39:01 +0000 (23:39 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:56:34 +0000 (18:56 +0200)
commit0f2a52b655ca06ae7f1baec24dd6392a3449f08b
tree9c6e0db6344dd8ea78a5a65822c9f5f8d0524e94
parent11f84eb9eea14fd4d94091a32665fb8766b9ff96
Remove unnecessary cons in function-type property

* lisp/emacs-lisp/comp-common.el (comp-function-type-spec): Remove
unnecessary car.
* lisp/emacs-lisp/comp.el (comp--intern-func-in-ctxt): Likewise.
* lisp/emacs-lisp/byte-run.el (byte-run--set-function-type): Update
lambda list.

(cherry picked from commit f920959ac98afa8f8eb142abe94bec276fa7a2b7)
lisp/emacs-lisp/byte-run.el
lisp/emacs-lisp/comp-common.el
lisp/emacs-lisp/comp.el