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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeyboard.c146 int recent_keys_index; /* Index for storing next element into recent_keys */
147 int total_keys; /* Total number of elements stored into recent_keys */
148 Lisp_Object recent_keys; /* Vector holds the last NUM_RECENT_KEYS keystrokes */ variable
3161 /* Store these characters into recent_keys, the dribble file if any,
3444 /* To avoid filling recent_keys with help-echo and mouse-movement
3455 ev1 = AREF (recent_keys, ix1);
3459 ev2 = AREF (recent_keys, ix2);
3463 ev3 = AREF (recent_keys, ix3);
3467 /* Don't record `help-echo' in recent_keys unless it shows some help
3490 /* Only record one pair of `mouse-movement' on a window in recent_keys
[all...]

Completed in 96 milliseconds