Function: math-rwcomp-instr

math-rwcomp-instr is a byte-compiled function defined in calc-rewr.el.gz.

Signature

(math-rwcomp-instr &rest INSTR)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-rewr.el.gz
(defun math-rwcomp-instr (&rest instr)
  (setcdr math-prog-last
	  (setq math-prog-last (list (math-rwcomp-trace instr)))))