Function: pcase--mark-used

pcase--mark-used is a byte-compiled function defined in pcase.el.gz.

Signature

(pcase--mark-used SYM)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/pcase.el.gz
(defsubst pcase--mark-used (sym)
  ;; Exceptionally, `sym' may be a constant expression rather than a symbol.
  (if (symbolp sym) (put sym 'pcase-used t)))