From: Andrea Corallo Date: Mon, 14 Aug 2023 13:48:53 +0000 (+0200) Subject: * Add missing alias to `native-comp-enable-subr-trampolines'. X-Git-Tag: emacs-29.1.90~206 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf3145a486b;p=emacs.git * Add missing alias to `native-comp-enable-subr-trampolines'. * lisp/subr.el (native-comp-deferred-compilation): Alias to native-comp-jit-compilation. --- diff --git a/lisp/subr.el b/lisp/subr.el index 857513b03dc..28473f1d38c 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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) + ;;;; Alternate names for functions - these are not being phased out.