Function: math-rwcomp-multi-instr

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

Signature

(math-rwcomp-multi-instr TAIL &rest INSTR)

Source Code

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