]> git.eshelyaron.com Git - emacs.git/commit
Rework native compiled lisp/d lambda list accessor
authorAndrea Corallo <akrl@sdf.org>
Tue, 1 Sep 2020 08:28:29 +0000 (10:28 +0200)
committerAndrea Corallo <akrl@sdf.org>
Tue, 1 Sep 2020 08:42:58 +0000 (10:42 +0200)
commit78e8f991542160239049a50386ced50e456dc5c4
treecbc6d9340272a1f2ce00e970750e0c1cdb7203a8
parentba0a61d10a5aedaf4b7bb61aa3626f385d6aba12
Rework native compiled lisp/d lambda list accessor

* lisp/help.el (help-function-arglist): Logic update for new
'Fsubr_native_lambda_list'.
* src/data.c (Fsubr_native_dyn_p): Remove.
(Fsubr_native_lambda_list): Return t when the input is not a
compiled lisp/d subr.
(syms_of_data): Update for 'Fsubr_native_dyn_p' removal.
lisp/help.el
src/data.c