changeset 19063:35cddfda2ba8

(direct_output_for_insert): Set last_point_x properly.
author Richard M. Stallman <rms@gnu.org>
date Fri, 01 Aug 1997 00:58:56 +0000
parents 9cc02044117d
children 8906a04da073
files src/dispnew.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Fri Aug 01 00:29:34 1997 +0000
+++ b/src/dispnew.c	Fri Aug 01 00:58:56 1997 +0000
@@ -1094,7 +1094,7 @@
   unchanged_modified = MODIFF;
   beg_unchanged = GPT - BEG;
   XSETFASTINT (w->last_point, PT);
-  XSETFASTINT (w->last_point_x, hpos);
+  XSETFASTINT (w->last_point_x, hpos + 1);
   XSETFASTINT (w->last_modified, MODIFF);
   XSETFASTINT (w->last_overlay_modified, OVERLAY_MODIFF);