# HG changeset patch # User Richard M. Stallman # Date 1008532908 0 # Node ID ca7101bea5ee9a067bdb61eda18700eca20b29e9 # Parent 11a505aa13221b1b5d4f2f3397ee3f8424514672 (Frecenter): Clear display_error_modiff field. diff -r 11a505aa1322 -r ca7101bea5ee src/window.c --- a/src/window.c Sun Dec 16 20:01:39 2001 +0000 +++ b/src/window.c Sun Dec 16 20:01:48 2001 +0000 @@ -4530,6 +4530,9 @@ int center_p = 0; int charpos, bytepos; + /* If redisplay is suppressed due to an error, try again. */ + obuf->display_error_modiff = 0; + if (NILP (arg)) { int i;