mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-16 05:21:26 +00:00
* src/menu.c (x_popup_menu_1): Use calln.
This commit is contained in:
parent
c54d6680d3
commit
bf067daf0d
1 changed files with 1 additions and 4 deletions
|
|
@ -1112,10 +1112,7 @@ Lisp_Object
|
|||
x_popup_menu_1 (Lisp_Object position, Lisp_Object menu)
|
||||
{
|
||||
if (!NILP (Vx_popup_menu_function))
|
||||
{
|
||||
Lisp_Object args[] = { Qx_popup_menu_function, position, menu, };
|
||||
return run_hook_with_args (3, args, Ffuncall);
|
||||
}
|
||||
return calln (Qx_popup_menu_function, position, menu);
|
||||
|
||||
Lisp_Object keymap, tem, tem2 = Qnil;
|
||||
int xpos = 0, ypos = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue