Home
last modified time | relevance | path

Searched refs:Vmouse_events (Results 1 – 4 of 4) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dkeymap.c2462 static Lisp_Object Vmouse_events; variable
2537 && !NILP (Fmemq (XCAR (parse_modifiers (tem)), Vmouse_events))) in where_is_internal()
3400 staticpro (&Vmouse_events); in syms_of_keymap()
3401 Vmouse_events = pure_list (Qmenu_bar, Qtab_bar, Qtool_bar, in syms_of_keymap()
H A DChangeLog.1015911 * keymap.c (Vmouse_events): Rename from Vmenu_events.
/dports/editors/emacs/emacs-27.2/src/
H A Dkeymap.c2398 static Lisp_Object Vmouse_events; variable
2474 && !NILP (Fmemq (XCAR (parse_modifiers (tem)), Vmouse_events))) in where_is_internal()
3682 staticpro (&Vmouse_events); in syms_of_keymap()
3683 Vmouse_events = pure_list (Qmenu_bar, Qtab_bar, Qtool_bar, in syms_of_keymap()
H A DChangeLog.1015911 * keymap.c (Vmouse_events): Rename from Vmenu_events.