Variable: move-frame-functions

move-frame-functions is a variable defined in frame.c.

Value

(x-dnd-after-move-frame)

Documentation

Functions run after a frame was moved.

The functions are run with one arg, the frame that moved.

View in manual

Source Code

// Defined in /usr/src/emacs/src/frame.c
  DEFVAR_LISP ("move-frame-functions", Vmove_frame_functions,
               doc: /* Functions run after a frame was moved.
The functions are run with one arg, the frame that moved.  */);