[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xdisp.c
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/src/xdisp.c |
Date: |
Fri, 26 Jul 2002 00:07:18 -0400 |
Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.773 emacs/src/xdisp.c:1.774
*** emacs/src/xdisp.c:1.773 Tue Jul 23 15:31:18 2002
--- emacs/src/xdisp.c Wed Jul 24 23:19:08 2002
***************
*** 9170,9183 ****
/* Function registered with record_unwind_protect in
! redisplay_internal. Clears the flag indicating that a redisplay is
! in progress. */
static Lisp_Object
unwind_redisplay (old_redisplaying_p)
Lisp_Object old_redisplaying_p;
{
redisplaying_p = XFASTINT (old_redisplaying_p);
return Qnil;
}
--- 9170,9185 ----
/* Function registered with record_unwind_protect in
! redisplay_internal. Reset redisplaying_p to the value it had
! before redisplay_internal was called, and clear
! redisplay_updating_p. */
static Lisp_Object
unwind_redisplay (old_redisplaying_p)
Lisp_Object old_redisplaying_p;
{
redisplaying_p = XFASTINT (old_redisplaying_p);
+ redisplay_updating_p = 0;
return Qnil;
}
- [Emacs-diffs] Changes to emacs/src/xdisp.c, (continued)
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Ken Raeburn, 2002/07/16
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Juanma Barranquero, 2002/07/19
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Richard M. Stallman, 2002/07/20
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Richard M. Stallman, 2002/07/21
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Richard M. Stallman, 2002/07/22
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Kenichi Handa, 2002/07/22
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Kenichi Handa, 2002/07/23
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Kenichi Handa, 2002/07/23
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Richard M. Stallman, 2002/07/23
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Richard M. Stallman, 2002/07/24
- [Emacs-diffs] Changes to emacs/src/xdisp.c,
Kenichi Handa <=
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Dave Love, 2002/07/30
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Kenichi Handa, 2002/07/31