projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
922b649
)
* Add missing alias to `native-comp-enable-subr-trampolines'.
author
Andrea Corallo
<acorallo@gnu.org>
Mon, 14 Aug 2023 13:48:53 +0000
(15:48 +0200)
committer
Andrea Corallo
<acorallo@gnu.org>
Mon, 14 Aug 2023 13:48:53 +0000
(15:48 +0200)
* lisp/subr.el (native-comp-deferred-compilation): Alias to
native-comp-jit-compilation.
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 857513b03dc70731089335d0e16fc6c9d358f84c..28473f1d38c127262e843511b6b04fa343a48f2d 100644
(file)
--- 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)
+
\f
;;;; Alternate names for functions - these are not being phased out.