From 366c316a2f869f287f6c5d5e9b3819bac6625caf Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Wed, 22 Nov 2023 16:37:16 +0100 Subject: [PATCH] * 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. -- 2.39.5