Variable: calc-eval-error

calc-eval-error is a variable defined in calc-aent.el.gz.

Value

nil

Documentation

Determines how calc handles errors.

If nil, return a list containing the character position of error. STRING means return error message as string rather than list. The value t means abort and give an error message.

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-aent.el.gz
(defvar calc-eval-error nil
  "Determines how calc handles errors.
If nil, return a list containing the character position of error.
STRING means return error message as string rather than list.
The value t means abort and give an error message.")