Function: wisent-abort

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

Signature

(wisent-abort)

Documentation

Abort parsing and save the lookahead token.

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-abort ()
  "Abort parsing and save the lookahead token.
This is useful primarily in error recovery semantic actions."
  '(setq wisent-lookahead wisent-input
         wisent-loop nil))