[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/buffer.c
From: |
Ken Raeburn |
Subject: |
[Emacs-diffs] Changes to emacs/src/buffer.c |
Date: |
Mon, 15 Jul 2002 02:54:48 -0400 |
Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.392 emacs/src/buffer.c:1.393
*** emacs/src/buffer.c:1.392 Sun Jul 14 20:00:35 2002
--- emacs/src/buffer.c Mon Jul 15 02:54:48 2002
***************
*** 397,403 ****
b->zv_marker = Qnil;
name = Fcopy_sequence (name);
! STRING_INTERVALS (name) = NULL_INTERVAL;
b->name = name;
if (SREF (name, 0) != ' ')
--- 397,403 ----
b->zv_marker = Qnil;
name = Fcopy_sequence (name);
! STRING_SET_INTERVALS (name, NULL_INTERVAL);
b->name = name;
if (SREF (name, 0) != ' ')
***************
*** 556,562 ****
all_buffers = b;
name = Fcopy_sequence (name);
! STRING_INTERVALS (name) = NULL_INTERVAL;
b->name = name;
reset_buffer (b);
--- 556,562 ----
all_buffers = b;
name = Fcopy_sequence (name);
! STRING_SET_INTERVALS (name, NULL_INTERVAL);
b->name = name;
reset_buffer (b);
- [Emacs-diffs] Changes to emacs/src/buffer.c, Richard M. Stallman, 2002/07/08
- [Emacs-diffs] Changes to emacs/src/buffer.c, Juanma Barranquero, 2002/07/11
- [Emacs-diffs] Changes to emacs/src/buffer.c, Ken Raeburn, 2002/07/14
- [Emacs-diffs] Changes to emacs/src/buffer.c,
Ken Raeburn <=
- [Emacs-diffs] Changes to emacs/src/buffer.c, Ken Raeburn, 2002/07/16
- [Emacs-diffs] Changes to emacs/src/buffer.c, Ken Raeburn, 2002/07/16
- [Emacs-diffs] Changes to emacs/src/buffer.c, Ken Raeburn, 2002/07/21
- [Emacs-diffs] Changes to emacs/src/buffer.c, Ken Raeburn, 2002/07/21
- [Emacs-diffs] Changes to emacs/src/buffer.c, Richard M. Stallman, 2002/07/21
- [Emacs-diffs] Changes to emacs/src/buffer.c, Kenichi Handa, 2002/07/31