(redisplay_preserve_echo_area): Fix last change.
This commit is contained in:
parent
4440e3ca6e
commit
777f4146f8
1 changed files with 1 additions and 1 deletions
|
@ -10408,7 +10408,7 @@ redisplay_preserve_echo_area (from_where)
|
|||
else
|
||||
redisplay_internal (1);
|
||||
|
||||
if (rif->flush_display_optional)
|
||||
if (rif != NULL && rif->flush_display_optional)
|
||||
rif->flush_display_optional (NULL);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue