Variable: wisent-parse-lexer-function

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

Value

nil

Documentation

The user supplied lexer function.

This function don't have arguments. 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
;; Variables and macros that are useful in semantic actions.
(defvar wisent-parse-lexer-function nil
  "The user supplied lexer function.
This function don't have arguments.
This variable only has meaning in the scope of `wisent-parse'.")