Index: line.c =================================================================== RCS file: /storage/cvsroot/ng/line.c,v retrieving revision 1.9 diff -c -r1.9 line.c *** line.c 2000/11/05 01:58:39 1.9 --- line.c 2000/11/21 19:09:55 *************** *** 467,472 **** --- 467,476 ---- if (n == 1) { char_num = 1; undo_bfree(undo); + undo->u_used = 0; + undo->u_doto = curwp->w_doto; + undo->u_dotlno = get_lineno(curbp, curwp->w_dotp); + undo->u_type = (kflag==KBACK) ? UDBS : UDDEL; } else if (undo_balloc(undo, n)) { char_num = 2;