fix subr-native-elisp-p predicate name
This commit is contained in:
parent
5630ebaf74
commit
7d3da0a37e
2 changed files with 3 additions and 3 deletions
|
@ -1387,7 +1387,7 @@ This can run just once."
|
|||
(callee-in-unit (gethash callee
|
||||
(comp-ctxt-funcs-h comp-ctxt))))
|
||||
(cond
|
||||
((and subrp (not (subr-native-elispp f)))
|
||||
((and subrp (not (subr-native-elisp-p f)))
|
||||
;; Trampoline removal.
|
||||
(let* ((maxarg (cdr (subr-arity f)))
|
||||
(call-type (if (if subrp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue