Function: math-rwcomp-bind-var
math-rwcomp-bind-var is a byte-compiled function defined in
calc-rewr.el.gz.
Signature
(math-rwcomp-bind-var REG VAR)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-rewr.el.gz
(defun math-rwcomp-bind-var (reg var)
(setcar (math-rwcomp-reg-entry reg) (nth 2 var))
(setq math-bound-vars (cons (nth 2 var) math-bound-vars))
(math-rwcomp-do-conditions))