Variable: wisent-lexer-function

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

Documentation

Function used to obtain the next lexical token in input.

Should be a lexical analyzer created with define-wisent-lexer.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/wisent.el.gz
(defvar-local wisent-lexer-function 'wisent-lex
  "Function used to obtain the next lexical token in input.
Should be a lexical analyzer created with `define-wisent-lexer'.")