Function: semantic-tag-properties
semantic-tag-properties is a byte-compiled function defined in
tag.el.gz.
Signature
(semantic-tag-properties TAG)
Documentation
Return the list of private properties of TAG.
That is a property list: (PROPERTY-1 VALUE-1 PROPERTY-2 VALUE-2...).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag.el.gz
(defsubst semantic-tag-properties (tag)
"Return the list of private properties of TAG.
That is a property list: (PROPERTY-1 VALUE-1 PROPERTY-2 VALUE-2...)."
(nth 3 tag))