(Frecenter): Clear display_error_modiff field.
authorRichard M. Stallman <rms@gnu.org>
Sun, 16 Dec 2001 20:01:48 +0000 (20:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 16 Dec 2001 20:01:48 +0000 (20:01 +0000)
src/window.c

index 6ee3086..36a9419 100644 (file)
@@ -4530,6 +4530,9 @@ and redisplay normally--don't erase and redraw the frame.  */)
   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;