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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeyboard.c9331 Lisp_Object map_here, start, pos;
9343 map_here = get_local_map (XINT (pos),
9345 if (!EQ (map_here, orig_local_map))
9347 orig_local_map = map_here;
9351 map_here = get_local_map (XINT (pos),
9353 if (!EQ (map_here, orig_keymap))
9355 orig_keymap = map_here;
9300 Lisp_Object map_here, start, pos; local

Completed in 204 milliseconds