comparison src/ChangeLog @ 46382:c844b7e4a42f

*** empty log message ***
author Ken Raeburn <raeburn@raeburn.org>
date Mon, 15 Jul 2002 06:57:04 +0000
parents 3eb5331c5798
children 4fbc342b5337
comparison
equal deleted inserted replaced
46381:ab2bd718aad6 46382:c844b7e4a42f
1 2002-07-15 Ken Raeburn <raeburn@gnu.org>
2
3 * lisp.h (STRING_INTERVALS): Produce rvalue.
4 (STRING_SET_INTERVALS): New macro.
5 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
6 * fns.c (Fstring_as_multibyte): Likewise.
7 * intervals.c (create_root_interval,
8 balance_possible_root_interval, delete_interval,
9 copy_intervals_to_string): Likewise.
10 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
11 instead of 0.
12
1 2002-07-14 Ken Raeburn <raeburn@gnu.org> 13 2002-07-14 Ken Raeburn <raeburn@gnu.org>
2 14
3 * lisp.h (STRING_SET_CHARS): New macro. 15 * lisp.h (STRING_SET_CHARS): New macro.
4 (SCHARS, SBYTES): Produce rvalues. 16 (SCHARS, SBYTES): Produce rvalues.
5 * dired.c (directory_files_internal): Use STRING_SET_CHARS. 17 * dired.c (directory_files_internal): Use STRING_SET_CHARS.