changeset 46376:3eb5331c5798

*** empty log message ***
author Ken Raeburn <raeburn@raeburn.org>
date Mon, 15 Jul 2002 02:18:31 +0000
parents e90f58d3450c
children d50779ef2a76
files src/ChangeLog
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jul 15 02:16:52 2002 +0000
+++ b/src/ChangeLog	Mon Jul 15 02:18:31 2002 +0000
@@ -1,10 +1,15 @@
 2002-07-14  Ken Raeburn  <raeburn@gnu.org>
 
+	* lisp.h (STRING_SET_CHARS): New macro.
+	(SCHARS, SBYTES): Produce rvalues.
+	* dired.c (directory_files_internal): Use STRING_SET_CHARS.
+	* fns.c (concat): Likewise.
+	* lread.c (read_vector): Likewise.
+
 	* lisp.h (SMBP): Deleted.  All uses changed to STRING_MULTIBYTE.
 	(STRING_SET_UNIBYTE): New macro.
 	(SET_STRING_BYTES): Deleted.  Callers (all of which supplied a
 	length of -1) changed to use STRING_SET_UNIBYTE.
-
 	* abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
 	casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
 	composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,