=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/buffer.c,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- src/usr.bin/mg/buffer.c 2012/08/30 06:09:12 1.79 +++ src/usr.bin/mg/buffer.c 2012/08/30 06:25:30 1.80 @@ -1,4 +1,4 @@ -/* $OpenBSD: buffer.c,v 1.79 2012/08/30 06:09:12 lum Exp $ */ +/* $OpenBSD: buffer.c,v 1.80 2012/08/30 06:25:30 lum Exp $ */ /* This file is in the public domain. */ @@ -614,8 +614,6 @@ if (wp->w_bufp == bp) { /* Easy case! */ wp->w_rflag |= flags; - wp->w_dotp = bp->b_dotp; - wp->w_doto = bp->b_doto; return (TRUE); } /* First, detach the old buffer from the window */