Function: semantic-tag-set-faux

semantic-tag-set-faux is a byte-compiled function defined in tag.el.gz.

Signature

(semantic-tag-set-faux TAG)

Documentation

Set TAG to be a new FAUX tag.

FAUX tags represent constructs not found in the source code. You can identify a faux tag with semantic-tag-faux-p.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag.el.gz
(defsubst semantic-tag-set-faux (tag)
  "Set TAG to be a new FAUX tag.
FAUX tags represent constructs not found in the source code.
You can identify a faux tag with `semantic-tag-faux-p'."
  (semantic--tag-put-property tag :faux-flag t))