Fix botched merge.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Nov 2011 07:22:10 +0000 (23:22 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Nov 2011 07:22:10 +0000 (23:22 -0800)
src/indent.c

index 033d258..7e2edc8 100644 (file)
@@ -1680,8 +1680,6 @@ compute_motion (ptrdiff_t from, EMACS_INT fromvpos, EMACS_INT fromhpos, int did_
     val_compute_motion.prevhpos = contin_hpos;
   else
     val_compute_motion.prevhpos = prev_hpos;
-  /* We always handle all of them here; none of them remain to do.  */
-  val_compute_motion.ovstring_chars_done = 0;
 
   /* Nonzero if have just continued a line */
   val_compute_motion.contin = (contin_hpos && prev_hpos == 0);