]> git.eshelyaron.com Git - emacs.git/commit
Redirect calls to `subr-native-elisp-p` to `native-comp-function-p`
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 22 May 2024 18:45:35 +0000 (14:45 -0400)
committerEshel Yaron <me@eshelyaron.com>
Wed, 29 May 2024 10:12:41 +0000 (12:12 +0200)
commit02f0bfc5794db19f65329fffe4a7c2a322fe21fb
treecb33559c00c8fec72b8073405e3d961dbd3ef0bd
parenta8d7411b7a7cc6d199c7f4b02bbca335b67dfeac
Redirect calls to `subr-native-elisp-p` to `native-comp-function-p`

* test/src/comp-tests.el (comp-tests-bootstrap, lambda-return)
(lambda-return2, free-fun, free-fun2, free-fun-silly-name, speed--1)
(compile-forms, comp-test-defsubst, primitive-redefine-compile-44221)
(48029-1, 61917-1, tco, fw-prop-1, pure):
* test/lisp/help-fns-tests.el (help-fns-test-lisp-defun):
* lisp/subr.el (subr-primitive-p, primitive-function-p, symbol-file):
* lisp/help-fns.el (find-lisp-object-file-name):
* lisp/emacs-lisp/disass.el (disassemble-internal):
* lisp/emacs-lisp/comp.el (comp--call-optim-form-call):
* lisp/emacs-lisp/comp-run.el (comp-warn-primitives):
* lisp/emacs-lisp/comp-common.el (comp-function-type-spec):
* lisp/emacs-lisp/byte-opt.el (side-effect-free-fns):
* lisp/emacs-lisp/bytecomp.el (<trailer>): Rename `subr-native-elisp-p`
to `native-comp-function-p`.

(cherry picked from commit fde8dc9287c0a81c6b942b5cf445f8f7aeba1207)
lisp/emacs-lisp/byte-opt.el
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/comp-common.el
lisp/emacs-lisp/comp-run.el
lisp/emacs-lisp/comp.el
lisp/emacs-lisp/disass.el
lisp/help-fns.el
lisp/subr.el
test/lisp/help-fns-tests.el
test/src/comp-tests.el