Function: comp--slot

comp--slot is a byte-compiled function defined in comp.el.gz.

Signature

(comp--slot)

Documentation

Current slot into the meta-stack pointed by sp.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(defsubst comp--slot ()
  "Current slot into the meta-stack pointed by sp."
  (comp--slot-n (comp--sp)))