Function: semantic--tag-attributes-cdr

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

Signature

(semantic--tag-attributes-cdr TAG)

Documentation

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

That function is for internal use only.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag.el.gz
(defsubst semantic--tag-attributes-cdr (tag)
  "Return the cons cell whose car is the ATTRIBUTES part of TAG.
That function is for internal use only."
  (nthcdr 2 tag))