x-lost-selection-hooks

x-lost-selection-hooks is a variable defined in `subr.el'.
Its value is
nil


Documentation:
A list of functions to be called when Emacs loses an X selection.
(This happens when some other X client makes its own selection
or when a Lisp program explicitly clears the selection.)
The functions are called with one argument, the selection type
(a symbol, typically `PRIMARY', `SECONDARY', or `CLIPBOARD').