projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6962823
)
* Add missing alias to `native-comp-enable-subr-trampolines'.
author
Andrea Corallo
<acorallo@gnu.org>
Mon, 14 Aug 2023 13:30:23 +0000
(15:30 +0200)
committer
Andrea Corallo
<acorallo@gnu.org>
Mon, 14 Aug 2023 13:37:30 +0000
(15:37 +0200)
* lisp/subr.el (comp-enable-subr-trampolines): Alias to
native-comp-enable-subr-trampolines.
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 872c701dbe79ca14071d3f8fcb5a4ba86b187541..857513b03dc70731089335d0e16fc6c9d358f84c 100644
(file)
--- 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")