diff options
| author | Kenichi Handa | 2002-08-15 01:26:01 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-08-15 01:26:01 +0000 |
| commit | 9d6d303b20fd9118c5db246320627fb9ecfe8cc5 (patch) | |
| tree | f081cd6a3c2162a4677b173469cf87c1775f662d /src | |
| parent | aeae5b21b2c7cbf187ee0fef4ddbbe9d5e774b71 (diff) | |
| download | emacs-9d6d303b20fd9118c5db246320627fb9ecfe8cc5.tar.gz emacs-9d6d303b20fd9118c5db246320627fb9ecfe8cc5.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -924,9 +924,7 @@ string_byte_to_char (string, byte_index) | |||
| 924 | return i; | 924 | return i; |
| 925 | } | 925 | } |
| 926 | 926 | ||
| 927 | /* Convert STRING to a multibyte string. | 927 | /* Convert STRING to a multibyte string. */ |
| 928 | Single-byte characters 0240 through 0377 are converted | ||
| 929 | by adding nonascii_insert_offset to each. */ | ||
| 930 | 928 | ||
| 931 | Lisp_Object | 929 | Lisp_Object |
| 932 | string_make_multibyte (string) | 930 | string_make_multibyte (string) |