diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 1bab767b9a6..0c8092b5682 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -2506,7 +2506,7 @@ make_lispy_event (event) | |||
| 2506 | #ifdef USE_X_TOOLKIT | 2506 | #ifdef USE_X_TOOLKIT |
| 2507 | /* The click happened in the menubar. | 2507 | /* The click happened in the menubar. |
| 2508 | Look for the menu item selected. */ | 2508 | Look for the menu item selected. */ |
| 2509 | Lisp_Object items = map_event_to_object(event, f); | 2509 | Lisp_Object items = map_event_to_object (event, f); |
| 2510 | XFASTINT (event->y) = 1; | 2510 | XFASTINT (event->y) = 1; |
| 2511 | #else /* not USE_X_TOOLKIT */ | 2511 | #else /* not USE_X_TOOLKIT */ |
| 2512 | int hpos; | 2512 | int hpos; |