diff options
| author | Ken Raeburn | 2002-07-15 06:55:28 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2002-07-15 06:55:28 +0000 |
| commit | 7a2e5600ea41ecaf988a4ebe7303293a1d234a03 (patch) | |
| tree | aeb0a3ad519cf594c5261cc789e86f0eb2393d8e /src | |
| parent | ab77f05c7fbf2c48faf992cf8fd13b40c497b861 (diff) | |
| download | emacs-7a2e5600ea41ecaf988a4ebe7303293a1d234a03.tar.gz emacs-7a2e5600ea41ecaf988a4ebe7303293a1d234a03.zip | |
* fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1135,7 +1135,7 @@ multibyte character of charset `eight-bit-control' or `eight-bit-graphic'. */) | |||
| 1135 | str_as_multibyte (SDATA (new_string), nbytes, | 1135 | str_as_multibyte (SDATA (new_string), nbytes, |
| 1136 | SBYTES (string), NULL); | 1136 | SBYTES (string), NULL); |
| 1137 | string = new_string; | 1137 | string = new_string; |
| 1138 | STRING_INTERVALS (string) = NULL_INTERVAL; | 1138 | STRING_SET_INTERVALS (string, NULL_INTERVAL); |
| 1139 | } | 1139 | } |
| 1140 | return string; | 1140 | return string; |
| 1141 | } | 1141 | } |