emacs-diffs
[Top][All Lists]
Advanced

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

master 366c316a2f8: * Update 'native-comp-never-optimize-functions' vers


From: Andrea Corallo
Subject: master 366c316a2f8: * Update 'native-comp-never-optimize-functions' version
Date: Wed, 22 Nov 2023 10:39:16 -0500 (EST)

branch: master
commit 366c316a2f869f287f6c5d5e9b3819bac6625caf
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>

    * Update 'native-comp-never-optimize-functions' version
    
    * lisp/emacs-lisp/comp-common.el (native-comp-never-optimize-functions):
    Update version.
---
 lisp/emacs-lisp/comp-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/comp-common.el b/lisp/emacs-lisp/comp-common.el
index 1bdb7280399..6d94d1bd82e 100644
--- a/lisp/emacs-lisp/comp-common.el
+++ b/lisp/emacs-lisp/comp-common.el
@@ -60,7 +60,7 @@ Primitive functions included in this list will not be called
 directly by the natively-compiled code, which makes trampolines for
 those primitives unnecessary in case of function redefinition/advice."
   :type '(repeat symbol)
-  :version "28.1")
+  :version "30.1")
 
 (defcustom native-comp-async-env-modifier-form nil
   "Form evaluated before compilation by each asynchronous compilation 
subprocess.



reply via email to

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