Function: math-rwcomp-unbind-vars
math-rwcomp-unbind-vars is a byte-compiled function defined in
calc-rewr.el.gz.
Signature
(math-rwcomp-unbind-vars MARK)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-rewr.el.gz
(defun math-rwcomp-unbind-vars (mark)
(while (not (eq math-bound-vars mark))
(setcar (assq (car math-bound-vars) math-regs) nil)
(setq math-bound-vars (cdr math-bound-vars))))