changeset 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 11a505aa1322
children c2bd9c005c06
files src/window.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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;