Function: comp-cstr-ctxt-update-type-slots
comp-cstr-ctxt-update-type-slots is a byte-compiled function defined
in comp-cstr.el.gz.
Signature
(comp-cstr-ctxt-update-type-slots CTXT)
Documentation
Update the type related slots of CTXT.
This must run after byte compilation in order to account for user defined types.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp-cstr.el.gz
(defun comp-cstr-ctxt-update-type-slots (ctxt)
"Update the type related slots of CTXT.
This must run after byte compilation in order to account for user
defined types."
(setf (comp-cstr-ctxt-typeof-types ctxt)
(comp--compute-typeof-types))
(setf (comp-cstr-ctxt-pred-type-h ctxt)
(comp--compute--pred-type-h)))