define-mode-overload-implementation
define-mode-overload-implementation is an alias for `
define-mode-local-override' in `
fw.el
'.
(define-mode-overload-implementation
NAME MODE ARGS DOCSTRING &rest
BODY)
This function is obsolete since 23.2;
use `define-mode-local-override' instead.
Define a mode specific override of the function overload
NAME.
Has meaning only if
NAME has been created with `define-overload'.
MODE is the major mode this override is being defined for.
ARGS are the function arguments, which should match those of the same
named function created with `define-overload'.
DOCSTRING is the documentation string.
BODY is the implementation of this function.