Function: wisent-error

wisent-error is a macro defined in wisent.el.gz.

Signature

(wisent-error MSG)

Documentation

Call the user supplied error reporting function with message MSG.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/wisent/wisent.el.gz
(defmacro wisent-error (msg)
  "Call the user supplied error reporting function with message MSG."
  `(funcall wisent-parse-error-function ,msg))