diff options
| author | Richard M. Stallman | 2001-12-16 20:01:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-16 20:01:48 +0000 |
| commit | 0fa5d25b19cc2fdb0b73f10855e515e26be1b54f (patch) | |
| tree | f5de21cd6686be6225f396a0ed57997434ebe1a0 /src | |
| parent | 0522997db3bcc75ef81e4cc398ad04832671cf24 (diff) | |
| download | emacs-0fa5d25b19cc2fdb0b73f10855e515e26be1b54f.tar.gz emacs-0fa5d25b19cc2fdb0b73f10855e515e26be1b54f.zip | |
(Frecenter): Clear display_error_modiff field.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 3 |
1 files changed, 3 insertions, 0 deletions
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. */) | |||
| 4530 | int center_p = 0; | 4530 | int center_p = 0; |
| 4531 | int charpos, bytepos; | 4531 | int charpos, bytepos; |
| 4532 | 4532 | ||
| 4533 | /* If redisplay is suppressed due to an error, try again. */ | ||
| 4534 | obuf->display_error_modiff = 0; | ||
| 4535 | |||
| 4533 | if (NILP (arg)) | 4536 | if (NILP (arg)) |
| 4534 | { | 4537 | { |
| 4535 | int i; | 4538 | int i; |