*** empty log message ***

This commit is contained in:
Joseph Arceneaux 1990-05-02 23:24:23 +00:00
parent d017bf4e74
commit 8ff9d1b06d

View file

@ -186,7 +186,7 @@ DEFUN ("update-display", Fupdate_display, Supdate_display, 0, 0, 0,
"Perform redisplay.")
()
{
DoDsp(1);
redisplay_preserving_echo_area ();
return(Qt);
}