]> git.eshelyaron.com Git - emacs.git/commit
Fix describe function arglist for native compiled lisp/d (bug#42572)
authorAndrea Corallo <akrl@sdf.org>
Mon, 31 Aug 2020 20:06:49 +0000 (22:06 +0200)
committerAndrea Corallo <akrl@sdf.org>
Mon, 31 Aug 2020 20:36:58 +0000 (22:36 +0200)
commitc6f42387e32a4e99cd9ddd203ab51f3c5694054e
treeefa4bc89b6a8cbd12cacc997fef5e78a47a10913
parentbce9cad4213f9af8be08311ac2b93add5c93a997
Fix describe function arglist for native compiled lisp/d (bug#42572)

* lisp/help.el (help-function-arglist): Handle the case of native
compiled lisp/d.

* src/data.c (syms_of_data): Register new subrs.
(Fsubr_native_dyn_p, Fsubr_native_lambda_list): New primitives.

* test/src/comp-tests.el (comp-tests-dynamic-help-arglist): New test.
lisp/help.el
src/data.c
test/src/comp-tests.el