unbind-mouse

Name

unbind-mouse -- Remove any bindings attached to mouse BUTTON in given CONTEXTS.

Synopsis

(unbind-mouse contexts button #&optional ignored-proc1 ignored-proc2)

Description

Remove any bindings attached to mouse button in given contexts. contexts is a list of event-contexts (e.g., '(left-button-1 frame-sides)) button is a string or integer giving the mouse button number. ignored-proc1 and ignored-proc2 can both be given, but are ignored; they permit the identical arguments to be used as for bind-mouse.

Implementation Notes

Module: Built-in Primitive

Defined in src/binding.c at line 1031 (CVS log)