Function: semantic--tag-properties-cdr

semantic--tag-properties-cdr is a byte-compiled function defined in tag.el.gz.

Signature

(semantic--tag-properties-cdr TAG)

Documentation

Return the cons cell whose car is the PROPERTIES part of TAG.

That function is for internal use only.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag.el.gz
;; These functions are for internal use only!
(defsubst semantic--tag-properties-cdr (tag)
  "Return the cons cell whose car is the PROPERTIES part of TAG.
That function is for internal use only."
  (nthcdr 3 tag))