Function: semantic-parse-tree-unparseable

semantic-parse-tree-unparseable is a macro defined in semantic.el.gz.

Signature

(semantic-parse-tree-unparseable)

Documentation

Indicate that the current buffer is unparsable.

It is also true that the parse tree will need either updating or a rebuild. This state will be changed when the user edits the buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
(defmacro semantic-parse-tree-unparseable ()
  "Indicate that the current buffer is unparsable.
It is also true that the parse tree will need either updating or
a rebuild.  This state will be changed when the user edits the buffer."
  '(setq semantic-parse-tree-state 'unparseable))