Variable: wisent-loop

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

Value

nil

Documentation

The current parser action.

Stop parsing when set to nil. 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
(defvar wisent-loop nil
  "The current parser action.
Stop parsing when set to nil.
This variable only has meaning in the scope of `wisent-parse'.")