diff options
| -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 5a3511743de..ef3c2160a05 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -4670,7 +4670,7 @@ make_lispy_event (event) | |||
| 4670 | else | 4670 | else |
| 4671 | XSETINT (posn, | 4671 | XSETINT (posn, |
| 4672 | buffer_posn_from_coords (XWINDOW (window), | 4672 | buffer_posn_from_coords (XWINDOW (window), |
| 4673 | column, row)); | 4673 | &column, &row)); |
| 4674 | } | 4674 | } |
| 4675 | 4675 | ||
| 4676 | { | 4676 | { |