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 89c4bcfba13..fce41838ce7 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -1267,7 +1267,7 @@ buffer_posn_from_coords (window, col, line) | |||
| 1267 | #endif | 1267 | #endif |
| 1268 | { | 1268 | { |
| 1269 | start_line = 0; | 1269 | start_line = 0; |
| 1270 | posn = Fmarker_position (window->start); | 1270 | posn = marker_position (window->start); |
| 1271 | } | 1271 | } |
| 1272 | 1272 | ||
| 1273 | posn | 1273 | posn |