diff options
| author | Eric S. Raymond | 1991-12-08 19:30:02 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1991-12-08 19:30:02 +0000 |
| commit | ff704742cd978602a4b7c8b7cca0d0ae4d5f2cf8 (patch) | |
| tree | cad9d7a170978e3c5b5cab6496a9dc765e1f045b /src | |
| parent | a71a736b8bf7f690345649309032f2840ce3c555 (diff) | |
| download | emacs-ff704742cd978602a4b7c8b7cca0d0ae4d5f2cf8.tar.gz emacs-ff704742cd978602a4b7c8b7cca0d0ae4d5f2cf8.zip | |
*** empty log message ***
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 |