]> git.eshelyaron.com Git - emacs.git/commitdiff
* Update 'native-comp-never-optimize-functions' version
authorAndrea Corallo <acorallo@gnu.org>
Wed, 22 Nov 2023 15:37:16 +0000 (16:37 +0100)
committerAndrea Corallo <acorallo@gnu.org>
Wed, 22 Nov 2023 15:37:16 +0000 (16:37 +0100)
* lisp/emacs-lisp/comp-common.el (native-comp-never-optimize-functions):
Update version.

lisp/emacs-lisp/comp-common.el

index 1bdb728039952f6cf0642f18d7096aa1260622fe..6d94d1bd82efb9825d345daff8f15fc71e1a91a5 100644 (file)
@@ -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.