Mercurial > emacs
diff src/minibuf.c @ 25478:e0cfeb5dc848
(read_minibuf): Flush display after setting cursor to
column 0.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 01 Sep 1999 13:37:07 +0000 |
parents | 2049a0c919a1 |
children | 866049050d67 |
line wrap: on
line diff
--- a/src/minibuf.c Wed Sep 01 11:18:42 1999 +0000 +++ b/src/minibuf.c Wed Sep 01 13:37:07 1999 +0000 @@ -441,6 +441,8 @@ XWINDOW (minibuf_window)->cursor.x = 0; XWINDOW (minibuf_window)->must_be_updated_p = 1; update_frame (selected_frame, 1, 1); + if (rif && rif->flush_display) + rif->flush_display (XFRAME (XWINDOW (minibuf_window)->frame)); } /* Make minibuffer contents into a string. */