Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 42088:11a505aa1322 | 42089:ca7101bea5ee |
|---|---|
| 4527 struct window *w = XWINDOW (selected_window); | 4527 struct window *w = XWINDOW (selected_window); |
| 4528 struct buffer *buf = XBUFFER (w->buffer); | 4528 struct buffer *buf = XBUFFER (w->buffer); |
| 4529 struct buffer *obuf = current_buffer; | 4529 struct buffer *obuf = current_buffer; |
| 4530 int center_p = 0; | 4530 int center_p = 0; |
| 4531 int charpos, bytepos; | 4531 int charpos, bytepos; |
| 4532 | |
| 4533 /* If redisplay is suppressed due to an error, try again. */ | |
| 4534 obuf->display_error_modiff = 0; | |
| 4532 | 4535 |
| 4533 if (NILP (arg)) | 4536 if (NILP (arg)) |
| 4534 { | 4537 { |
| 4535 int i; | 4538 int i; |
| 4536 | 4539 |
