* Add missing alias to `native-comp-enable-subr-trampolines'.
* lisp/subr.el (comp-enable-subr-trampolines): Alias to native-comp-enable-subr-trampolines.
This commit is contained in:
parent
6962823c83
commit
922b649028
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue