]> git.eshelyaron.com Git - emacs.git/commitdiff
* Add missing alias to `native-comp-enable-subr-trampolines'.
authorAndrea Corallo <acorallo@gnu.org>
Mon, 14 Aug 2023 13:48:53 +0000 (15:48 +0200)
committerAndrea Corallo <acorallo@gnu.org>
Mon, 14 Aug 2023 13:48:53 +0000 (15:48 +0200)
* lisp/subr.el (native-comp-deferred-compilation): Alias to
native-comp-jit-compilation.

lisp/subr.el

index 857513b03dc70731089335d0e16fc6c9d358f84c..28473f1d38c127262e843511b6b04fa343a48f2d 100644 (file)
@@ -1907,6 +1907,8 @@ instead; it will indirectly limit the specpdl stack size as well.")
                         'native-comp-jit-compilation
                         "29.1")
 
+(defvaralias 'native-comp-deferred-compilation 'native-comp-jit-compilation)
+
 \f
 ;;;; Alternate names for functions - these are not being phased out.