diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 4dde895240b..e9c7521494a 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -1231,7 +1231,7 @@ buffer_posn_from_coords (window, col, line) | |||
| 1231 | posn = compute_motion (startp, 0, | 1231 | posn = compute_motion (startp, 0, |
| 1232 | (window == XWINDOW (minibuf_window) && startp == 1 | 1232 | (window == XWINDOW (minibuf_window) && startp == 1 |
| 1233 | ? minibuf_prompt_width : 0), | 1233 | ? minibuf_prompt_width : 0), |
| 1234 | ZV, line, col - window_left, | 1234 | ZV, line, col, |
| 1235 | window_width, XINT (window->hscroll), 0); | 1235 | window_width, XINT (window->hscroll), 0); |
| 1236 | 1236 | ||
| 1237 | current_buffer = old_current_buffer; | 1237 | current_buffer = old_current_buffer; |