aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric S. Raymond1991-12-08 19:30:02 +0000
committerEric S. Raymond1991-12-08 19:30:02 +0000
commitff704742cd978602a4b7c8b7cca0d0ae4d5f2cf8 (patch)
treecad9d7a170978e3c5b5cab6496a9dc765e1f045b /src
parenta71a736b8bf7f690345649309032f2840ce3c555 (diff)
downloademacs-ff704742cd978602a4b7c8b7cca0d0ae4d5f2cf8.tar.gz
emacs-ff704742cd978602a4b7c8b7cca0d0ae4d5f2cf8.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
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