fix subr-native-elisp-p predicate name

This commit is contained in:
Andrea Corallo 2019-09-26 12:11:13 +02:00
parent 5630ebaf74
commit 7d3da0a37e
2 changed files with 3 additions and 3 deletions

View file

@ -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