Variable: wisent-error-function
wisent-error-function is a buffer-local variable defined in
wisent.el.gz.
Documentation
Function used to report parse error.
By default use the function wisent-message.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/wisent.el.gz
;;; Syntax analysis
;;
(defvar-local wisent-error-function nil
"Function used to report parse error.
By default use the function `wisent-message'.")