; * src/menu.c (x_popup_menu_1): Fix typo.
This commit is contained in:
parent
bf067daf0d
commit
4d3a618941
1 changed files with 1 additions and 1 deletions
|
@ -1112,7 +1112,7 @@ Lisp_Object
|
|||
x_popup_menu_1 (Lisp_Object position, Lisp_Object menu)
|
||||
{
|
||||
if (!NILP (Vx_popup_menu_function))
|
||||
return calln (Qx_popup_menu_function, position, menu);
|
||||
return calln (Vx_popup_menu_function, position, menu);
|
||||
|
||||
Lisp_Object keymap, tem, tem2 = Qnil;
|
||||
int xpos = 0, ypos = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue