Mercurial > hg > xemacs-beta
diff src/redisplay.c @ 588:ed8e2ee8d29d
[xemacs-hg @ 2001-05-31 00:30:39 by kkm]
My 2 patches of 05/24/01
author | kkm |
---|---|
date | Thu, 31 May 2001 00:30:41 +0000 |
parents | 183866b06e0b |
children | 1c880911c386 |
line wrap: on
line diff
--- a/src/redisplay.c Tue May 29 08:03:09 2001 +0000 +++ b/src/redisplay.c Thu May 31 00:30:41 2001 +0000 @@ -6473,7 +6473,7 @@ { if (CLASS_REDISPLAY_FLAGS_CHANGEDP(f)) { - int preempted = redisplay_frame (f, 0); + int preempted = redisplay_frame (f, 1); if (preempted) return 1; } @@ -6502,7 +6502,7 @@ { if (CLASS_REDISPLAY_FLAGS_CHANGEDP (f)) { - int preempted = redisplay_frame (f, 0); + int preempted = redisplay_frame (f, 1); if (preempted) return 1; }