Function: semantic-overlay-lists

semantic-overlay-lists is a function alias 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 list giving all the overlays of the current buffer.

For backward compatibility, the value is actually a list that holds another list; the overlays are in the inner list. The list you get is a copy, so that changing it has no effect. However, the overlays you get are the real objects that the buffer uses.

Aliases

semantic-overlay-lists (obsolete since 27.1)