summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2023-02-13 16:37:43 +0100
committerAndrea Corallo <akrl@sdf.org>2023-02-13 17:04:22 +0100
commit8d8464bd5a98598e7a6fe63370545c7f07574926 (patch)
treef3bbab79f1f05e187c246442e9ac8bf05f881cc5 /lisp/subr.el
parent5d0912f1445e33f1ccf23a84f0dc6d08c4ee2b60 (diff)
downloademacs-8d8464bd5a98598e7a6fe63370545c7f07574926.tar.gz
Rename native-comp-deferred-compilation into native-comp-jit-compilation
* src/comp.c (maybe_defer_native_compilation, syms_of_comp): Rename native-comp-deferred-compilation into native-comp-jit-compilation. * lisp/subr.el (native-comp-deferred-compilation): Mark native-comp-deferred-compilation as obsolete. * lisp/startup.el (native-comp-deferred-compilation) (normal-top-level): Rename native-comp-deferred-compilation into native-comp-jit-compilation. * lisp/progmodes/elisp-mode.el (emacs-lisp-native-compile-and-load): Likewise. * lisp/emacs-lisp/generate-lisp-file.el (generate-lisp-file-trailer): Likewise.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 56c8377da87..db33483f509 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1898,6 +1898,10 @@ instead; it will indirectly limit the specpdl stack size as well.")
'native-comp-enable-subr-trampolines
"29.1")
+(make-obsolete-variable 'native-comp-deferred-compilation
+ 'native-comp-jit-compilation
+ "29.1")
+
;;;; Alternate names for functions - these are not being phased out.