(clear_to_end): Fix reversed condition.
This commit is contained in:
parent
e82c28f979
commit
759d9005b9
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ clear_to_end ()
|
|||
{
|
||||
register int i;
|
||||
|
||||
if (clear_to_end_hook && FRAME_TERMCAP_P (updating_frame))
|
||||
if (clear_to_end_hook && ! FRAME_TERMCAP_P (updating_frame))
|
||||
{
|
||||
(*clear_to_end_hook) ();
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue