From 2258ed01f420fd4fe66402169add1db7e01f7d2c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 5 Mar 2023 12:24:39 +0200 Subject: [PATCH] ; Minor fix of last change * lisp/emacs-lisp/comp.el (comp-subr-trampoline-install): Fix wording. (Bug#61880) --- lisp/emacs-lisp/comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 48756caf100..72e9b8e37dc 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -712,7 +712,7 @@ This are essential for the trampoline machinery to work properly.") (defun comp-subr-trampoline-install (subr-name) "Make SUBR-NAME effectively advice-able when called from native code." (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)) (unless (or (null native-comp-enable-subr-trampolines) (memq subr-name native-comp-never-optimize-functions) -- 2.39.2