Variable: menu-updating-frame

menu-updating-frame is a variable defined in xdisp.c.

Value

nil

Documentation

Frame for which we are updating a menu.

The enable predicate for a menu binding should check this variable.

Source Code

// Defined in /usr/src/emacs/src/xdisp.c
  DEFVAR_LISP ("menu-updating-frame", Vmenu_updating_frame,
	       doc: /* Frame for which we are updating a menu.
The enable predicate for a menu binding should check this variable.  */);