comparison src/minibuf.c @ 16211:ff05c19e81ac

(read_minibuf_unwind): Clear last_overlay_modified field.
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 Sep 1996 06:32:10 +0000
parents 9b0180c495ff
children 4c9450bfc4db
comparison
equal deleted inserted replaced
16210:4c03f0e575d7 16211:ff05c19e81ac
503 } 503 }
504 504
505 /* Make sure minibuffer window is erased, not ignored. */ 505 /* Make sure minibuffer window is erased, not ignored. */
506 windows_or_buffers_changed++; 506 windows_or_buffers_changed++;
507 XSETFASTINT (XWINDOW (window)->last_modified, 0); 507 XSETFASTINT (XWINDOW (window)->last_modified, 0);
508 XSETFASTINT (XWINDOW (window)->last_overlay_modified, 0);
508 } 509 }
509 510
510 511
511 /* This comment supplies the doc string for read-from-minibuffer, 512 /* This comment supplies the doc string for read-from-minibuffer,
512 for make-docfile to see. We cannot put this in the real DEFUN 513 for make-docfile to see. We cannot put this in the real DEFUN