From: Richard M. Stallman Date: Sun, 16 Dec 2001 20:01:48 +0000 (+0000) Subject: (Frecenter): Clear display_error_modiff field. X-Git-Tag: ttn-vms-21-2-B4~17677 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0fa5d25b19cc2fdb0b73f10855e515e26be1b54f;p=emacs.git (Frecenter): Clear display_error_modiff field. --- 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;