Function: comp-slot+1

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

Signature

(comp-slot+1)

Documentation

Slot into the meta-stack pointed by sp + 1.

Source Code

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