Variable: comp-warn-primitives
comp-warn-primitives is a variable defined in comp-run.el.gz.
Value
(null memq gethash and subrp not native-comp-function-p
comp--install-trampoline concat if symbolp symbol-name
make-string length aset aref length> mapcar expand-file-name
file-name-as-directory file-exists-p native-elisp-load)
Documentation
List of primitives we want to warn about in case of redefinition.
This are essential for the trampoline machinery to work properly.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp-run.el.gz
(defconst comp-warn-primitives
'(null memq gethash and subrp not native-comp-function-p
comp--install-trampoline concat if symbolp symbol-name make-string
length aset aref length> mapcar expand-file-name
file-name-as-directory file-exists-p native-elisp-load)
"List of primitives we want to warn about in case of redefinition.
This are essential for the trampoline machinery to work properly.")