Mercurial > emacs
changeset 46379:18cf1d2514d9
* fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Mon, 15 Jul 2002 06:55:28 +0000 |
parents | ef7dc46ecd0b |
children | 48b292c584a6 |
files | src/fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Mon Jul 15 06:54:48 2002 +0000 +++ b/src/fns.c Mon Jul 15 06:55:28 2002 +0000 @@ -1135,7 +1135,7 @@ str_as_multibyte (SDATA (new_string), nbytes, SBYTES (string), NULL); string = new_string; - STRING_INTERVALS (string) = NULL_INTERVAL; + STRING_SET_INTERVALS (string, NULL_INTERVAL); } return string; }