Variable: wisent-lookahead

wisent-lookahead is a variable defined in wisent.el.gz.

Value

nil

Documentation

The lookahead lexical token.

This value is non-nil if the parser terminated because of an unrecoverable error.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/wisent/wisent.el.gz
(defvar wisent-lookahead nil
  "The lookahead lexical token.
This value is non-nil if the parser terminated because of an
unrecoverable error.")