Function: call-next-method

call-next-method is a function alias for cl-call-next-method, defined in cl-generic.el.gz.

This function is obsolete since 25.1; use cl-call-next-method instead.

Signature

(call-next-method &rest ARGS)

Documentation

Function to call the next applicable method.

Can only be used from within the lexical body of a primary or around method.

Aliases

call-next-method (obsolete since 25.1)