emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 2258ed01f42: ; Minor fix of last change


From: Eli Zaretskii
Subject: emacs-29 2258ed01f42: ; Minor fix of last change
Date: Sun, 5 Mar 2023 05:25:40 -0500 (EST)

branch: emacs-29
commit 2258ed01f420fd4fe66402169add1db7e01f7d2c
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]