Function: wisent-clearin

wisent-clearin is a macro defined in wisent.el.gz.

Signature

(wisent-clearin)

Documentation

Discard the current lookahead token.

This will cause a new lexical token to be read. This is useful primarily in error recovery semantic actions.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/wisent/wisent.el.gz
(defmacro wisent-clearin ()
  "Discard the current lookahead token.
This will cause a new lexical token to be read.
This is useful primarily in error recovery semantic actions."
  '(setq wisent-input nil))