Next: Auto-Overlay Modification Pseudo-Hooks, Previous: Functions for Writing New Overlay Classes, Up: Extending the Auto-Overlays Package
The auto-overlays package defines two hooks, that are called when auto-overlays are enabled and disabled in a buffer. These are intended to be used by overlay classes to set up any extra buffer-local variables and settings they require, and clean them up afterwards. (There is no point leaving auto-overlay variables and settings hanging around in a buffer when auto-overlays are not in use.)