Variable: wisent-parse-error-function

wisent-parse-error-function is a variable defined in wisent.el.gz.

Value

nil

Documentation

The user supplied error function.

This function must accept one argument, a message string. This variable only has meaning in the scope of wisent-parse.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/wisent/wisent.el.gz
(defvar wisent-parse-error-function nil
  "The user supplied error function.
This function must accept one argument, a message string.
This variable only has meaning in the scope of `wisent-parse'.")