[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xdisp.c
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/xdisp.c |
Date: |
Sat, 08 Jun 2002 14:30:02 -0400 |
Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.752 emacs/src/xdisp.c:1.753
*** emacs/src/xdisp.c:1.752 Mon Jun 3 18:44:31 2002
--- emacs/src/xdisp.c Sat Jun 8 14:30:02 2002
***************
*** 6271,6277 ****
int this_one, the_other, clear_buffer_p, rc;
int count = BINDING_STACK_SIZE ();
! /* If buffers aren't life, make new ones. */
ensure_echo_area_buffers ();
clear_buffer_p = 0;
--- 6271,6277 ----
int this_one, the_other, clear_buffer_p, rc;
int count = BINDING_STACK_SIZE ();
! /* If buffers aren't live, make new ones. */
ensure_echo_area_buffers ();
clear_buffer_p = 0;
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Thien-Thi Nguyen, 2002/06/02
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Richard M. Stallman, 2002/06/03
- [Emacs-diffs] Changes to emacs/src/xdisp.c,
Richard M. Stallman <=
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Kim F. Storm, 2002/06/11
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Juanma Barranquero, 2002/06/12
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Stefan Monnier, 2002/06/22
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Kim F. Storm, 2002/06/27
- [Emacs-diffs] Changes to emacs/src/xdisp.c, Ken Raeburn, 2002/06/29