diff --git a/lisp/subr.el b/lisp/subr.el index 872c701dbe7..857513b03dc 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1901,6 +1901,8 @@ instead; it will indirectly limit the specpdl stack size as well.") 'native-comp-enable-subr-trampolines "29.1") +(defvaralias 'comp-enable-subr-trampolines 'native-comp-enable-subr-trampolines) + (make-obsolete-variable 'native-comp-deferred-compilation 'native-comp-jit-compilation "29.1")