Function: math-working
math-working is a macro defined in calc-macs.el.gz.
Signature
(math-working MSG ARG)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-macs.el.gz
(defmacro math-working (msg arg) ; [Public]
`(if (eq calc-display-working-message 'lots)
(math-do-working ,msg ,arg)))