summaryrefslogtreecommitdiff
path: root/src/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/menu.c b/src/menu.c
index a90c71219d3..a424200fb3e 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -1064,8 +1064,7 @@ keyboard input, then this normally results in a quit and
`x-popup-menu' does not return. But if POSITION is a mouse button
event (indicating that the user invoked the menu with the mouse) then
no quit occurs and `x-popup-menu' returns nil. */)
- (position, menu)
- Lisp_Object position, menu;
+ (Lisp_Object position, Lisp_Object menu)
{
Lisp_Object keymap, tem;
int xpos = 0, ypos = 0;