Function: wisent-errok
wisent-errok is a macro defined in wisent.el.gz.
Signature
(wisent-errok)
Documentation
Resume generating error messages immediately for subsequent syntax errors.
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-errok ()
"Resume generating error messages immediately for subsequent syntax errors.
This is useful primarily in error recovery semantic actions."
'(setq wisent-recovering nil))