* Add missing alias to `native-comp-enable-subr-trampolines'.
* lisp/subr.el (native-comp-deferred-compilation): Alias to native-comp-jit-compilation.
This commit is contained in:
parent
922b649028
commit
cf3145a486
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
||||
;;;; Alternate names for functions - these are not being phased out.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue