Function: semantic--tag-overlay-cdr
semantic--tag-overlay-cdr is a byte-compiled function defined in
tag.el.gz.
Signature
(semantic--tag-overlay-cdr TAG)
Documentation
Return the cons cell whose car is the OVERLAY 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-overlay-cdr (tag)
"Return the cons cell whose car is the OVERLAY part of TAG.
That function is for internal use only."
(nthcdr 4 tag))