diff src/window.c @ 42089:ca7101bea5ee

(Frecenter): Clear display_error_modiff field.
author Richard M. Stallman <rms@gnu.org>
date Sun, 16 Dec 2001 20:01:48 +0000
parents e0aefc6e3422
children c931d7a1b0df
line wrap: on
line diff
--- 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;