; Minor fix of last change
* lisp/emacs-lisp/comp.el (comp-subr-trampoline-install): Fix wording. (Bug#61880)
This commit is contained in:
parent
9c18af0cfa
commit
2258ed01f4
1 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@ This are essential for the trampoline machinery to work properly.")
|
||||||
(defun comp-subr-trampoline-install (subr-name)
|
(defun comp-subr-trampoline-install (subr-name)
|
||||||
"Make SUBR-NAME effectively advice-able when called from native code."
|
"Make SUBR-NAME effectively advice-able when called from native code."
|
||||||
(when (memq subr-name comp-warn-primitives)
|
(when (memq subr-name comp-warn-primitives)
|
||||||
(warn "Redefining `%s' might breaks trampoline native compilation."
|
(warn "Redefining `%s' might break native compilation of trampolines."
|
||||||
subr-name))
|
subr-name))
|
||||||
(unless (or (null native-comp-enable-subr-trampolines)
|
(unless (or (null native-comp-enable-subr-trampolines)
|
||||||
(memq subr-name native-comp-never-optimize-functions)
|
(memq subr-name native-comp-never-optimize-functions)
|
||||||
|
|
Loading…
Add table
Reference in a new issue