From 0fa5d25b19cc2fdb0b73f10855e515e26be1b54f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 16 Dec 2001 20:01:48 +0000 Subject: [PATCH] (Frecenter): Clear display_error_modiff field. --- src/window.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/window.c b/src/window.c index 6ee3086d616..36a9419c138 100644 --- a/src/window.c +++ b/src/window.c @@ -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; -- 2.39.2