mode-local--override

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

(mode-local--override NAME ARGS BODY)

Return the form that handles overloading of function NAME.
ARGS are the arguments to the function.
BODY is code that would be run when there is no override defined. The
default is to call the function `NAME-default' with the appropriate
arguments.
See also the function `define-overload'.