changeset 46382:c844b7e4a42f

*** empty log message ***
author Ken Raeburn <raeburn@raeburn.org>
date Mon, 15 Jul 2002 06:57:04 +0000
parents ab2bd718aad6
children f468b74586a5
files src/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jul 15 06:56:48 2002 +0000
+++ b/src/ChangeLog	Mon Jul 15 06:57:04 2002 +0000
@@ -1,3 +1,15 @@
+2002-07-15  Ken Raeburn  <raeburn@gnu.org>
+
+	* lisp.h (STRING_INTERVALS): Produce rvalue.
+	(STRING_SET_INTERVALS): New macro.
+	* buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
+	* fns.c (Fstring_as_multibyte): Likewise.
+	* intervals.c (create_root_interval,
+	balance_possible_root_interval, delete_interval,
+	copy_intervals_to_string): Likewise.
+	* textprop.c (set_text_properties): Likewise.  Use NULL_INTERVAL
+	instead of 0.
+
 2002-07-14  Ken Raeburn  <raeburn@gnu.org>
 
 	* lisp.h (STRING_SET_CHARS): New macro.