Searched refs:internal_last_event_frame (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeyboard.h210 extern Lisp_Object internal_last_event_frame;
H A Dkeyboard.c401 Lisp_Object internal_last_event_frame; variable
1610 if (FRAMEP (internal_last_event_frame)
1611 && !EQ (internal_last_event_frame, selected_frame))
1612 Fselect_frame (internal_last_event_frame);
2631 leave internal_last_event_frame set to wherever the last
2633 internal_last_event_frame after each command is read, but
2636 Vlast_event_frame = internal_last_event_frame = Qmacro;
2768 internal_last_event_frame = selected_frame;
2769 Vlast_event_frame = internal_last_event_frame;
2961 internal_last_event_frame
[all...]
H A Dframe.c733 internal_last_event_frame = Qnil;

Completed in 124 milliseconds