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 0ea0bcaef25..c5956e5e7b8 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -3457,7 +3457,7 @@ gen_help_event (bufp, size, help, frame, window, object, pos) | |||
| 3457 | bufp->arg = object; | 3457 | bufp->arg = object; |
| 3458 | bufp->x = WINDOWP (window) ? window : frame; | 3458 | bufp->x = WINDOWP (window) ? window : frame; |
| 3459 | bufp->y = help; | 3459 | bufp->y = help; |
| 3460 | bufp->code = make_number (pos); | 3460 | bufp->code = pos; |
| 3461 | return 1; | 3461 | return 1; |
| 3462 | } | 3462 | } |
| 3463 | return 0; | 3463 | return 0; |