Function: semantic-overlay-lists
semantic-overlay-lists is a for overlay-lists, defined
in buffer.c.
This function is obsolete since 27.1; use overlay-lists instead.
Signature
(semantic-overlay-lists)
Documentation
Return a pair of lists giving all the overlays of the current buffer.
The car has all the overlays before the overlay center; the cdr has all the overlays after the overlay center. Recentering overlays moves overlays between these lists. The lists you get are copies, so that changing them has no effect. However, the overlays you get are the real objects that the buffer uses.
Aliases
semantic-overlay-lists (obsolete since 27.1)