summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Corallo <acorallo@gnu.org>2023-08-14 15:30:23 +0200
committerAndrea Corallo <acorallo@gnu.org>2023-08-14 15:37:30 +0200
commit922b64902866d7c2d1f891d7608a2ed02a577164 (patch)
tree61fcb9121561d50aebeea0dffbd7512738d77802
parent6962823c83c29a585812f92d72f91cd0c83ed464 (diff)
downloademacs-922b64902866d7c2d1f891d7608a2ed02a577164.tar.gz
* Add missing alias to `native-comp-enable-subr-trampolines'.
* lisp/subr.el (comp-enable-subr-trampolines): Alias to native-comp-enable-subr-trampolines.
-rw-r--r--lisp/subr.el2
1 files changed, 2 insertions, 0 deletions
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")