Function: calc-eval-error
calc-eval-error is a byte-compiled function defined in
calc-aent.el.gz.
Signature
(calc-eval-error MSG)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-aent.el.gz
(defun calc-eval-error (msg)
(if calc-eval-error
(if (eq calc-eval-error 'string)
(nth 1 msg)
(error "%s" (nth 1 msg)))
msg))