Variable: comp-type-hints
comp-type-hints is a variable defined in comp.el.gz.
Value
(comp-hint-fixnum comp-hint-cons)
Documentation
List of fake functions used to give compiler hints.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(defconst comp-type-hints '(comp-hint-fixnum
comp-hint-cons)
"List of fake functions used to give compiler hints.")