mode-local--expand-overrides

mode-local--expand-overrides is a compiled Lisp function in `mode-local.el'.

(mode-local--expand-overrides NAME ARGS BODY)

Expand override forms that overload function NAME.
ARGS are the arguments to the function NAME.
BODY is code where override forms are searched for expansion.
Return result of expansion, or BODY if no expansion occurred.
See also the function `define-overload'.