Function: semantic--tag-set-overlay
semantic--tag-set-overlay is a byte-compiled function defined in
tag.el.gz.
Signature
(semantic--tag-set-overlay TAG OVERLAY)
Documentation
Set the overlay part of TAG with OVERLAY.
That function is for internal use only.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag.el.gz
(defsubst semantic--tag-set-overlay (tag overlay)
"Set the overlay part of TAG with OVERLAY.
That function is for internal use only."
(setcar (semantic--tag-overlay-cdr tag) overlay))