Function: math-rwcomp-trace
math-rwcomp-trace is a byte-compiled function defined in
calc-rewr.el.gz.
Signature
(math-rwcomp-trace INSTR)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-rewr.el.gz
(defun math-rwcomp-trace (instr)
(when math-rwcomp-tracing
(terpri) (princ instr))
instr)