aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Corallo2023-08-14 15:48:53 +0200
committerAndrea Corallo2023-08-14 15:48:53 +0200
commitcf3145a486bc36f8f5f8d73d54aa0c5e4ff516e2 (patch)
treebd1068c720f8b6457a00afc529c2b2853fa1dfbf
parent922b64902866d7c2d1f891d7608a2ed02a577164 (diff)
downloademacs-cf3145a486bc36f8f5f8d73d54aa0c5e4ff516e2.tar.gz
emacs-cf3145a486bc36f8f5f8d73d54aa0c5e4ff516e2.zip
* Add missing alias to `native-comp-enable-subr-trampolines'.
* lisp/subr.el (native-comp-deferred-compilation): Alias to native-comp-jit-compilation.
-rw-r--r--lisp/subr.el2
1 files changed, 2 insertions, 0 deletions
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.")
1907 'native-comp-jit-compilation 1907 'native-comp-jit-compilation
1908 "29.1") 1908 "29.1")
1909 1909
1910(defvaralias 'native-comp-deferred-compilation 'native-comp-jit-compilation)
1911
1910 1912
1911;;;; Alternate names for functions - these are not being phased out. 1913;;;; Alternate names for functions - these are not being phased out.
1912 1914