]> git.eshelyaron.com Git - emacs.git/commit
Add some basic checking for function type declarations
authorAndrea Corallo <acorallo@gnu.org>
Wed, 24 Jul 2024 12:08:31 +0000 (14:08 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 25 Jul 2024 08:39:25 +0000 (10:39 +0200)
commitb468b8a1e08a4cfadda9662315b5cb033becaf73
treea75519d0d21ec9fc2a2d6aa12cdb7edc565252eb
parent7bf16bfd325f2dd9102b7494348d0e2e8095c22e
Add some basic checking for function type declarations

* lisp/emacs-lisp/byte-run.el (byte-run--anonymize-arg-list): New function.
(byte-run--set-function-type): Add some basic checking for
the function type being declared.

(cherry picked from commit baf9f1210a3e44aa19d9ac90e5a4faca214127a7)
lisp/emacs-lisp/byte-run.el