Mercurial > emacs
comparison src/buffer.c @ 24853:0fc260dce9cd
(syms_of_buffer): Don't make
enable-multibyte-characters customizable.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Wed, 16 Jun 1999 02:33:32 +0000 |
| parents | 8f4601c1e4e5 |
| children | e939a57634ba |
comparison
equal
deleted
inserted
replaced
| 24852:fb28ec3f61c7 | 24853:0fc260dce9cd |
|---|---|
| 4230 in the current display table (if there is one)."); | 4230 in the current display table (if there is one)."); |
| 4231 | 4231 |
| 4232 DEFVAR_PER_BUFFER ("enable-multibyte-characters", | 4232 DEFVAR_PER_BUFFER ("enable-multibyte-characters", |
| 4233 ¤t_buffer->enable_multibyte_characters, | 4233 ¤t_buffer->enable_multibyte_characters, |
| 4234 make_number (-1), | 4234 make_number (-1), |
| 4235 "*Non-nil means the buffer contents are regarded as multi-byte characters.\n\ | 4235 "Non-nil means the buffer contents are regarded as multi-byte characters.\n\ |
| 4236 Otherwise they are regarded as unibyte. This affects the display,\n\ | 4236 Otherwise they are regarded as unibyte. This affects the display,\n\ |
| 4237 file I/O and the behavior of various editing commands.\n\ | 4237 file I/O and the behavior of various editing commands.\n\ |
| 4238 \n\ | 4238 \n\ |
| 4239 This variable is buffer-local but you cannot set it directly;\n\ | 4239 This variable is buffer-local but you cannot set it directly;\n\ |
| 4240 use the function `set-buffer-multibyte' to change a buffer's representation.\n\ | 4240 use the function `set-buffer-multibyte' to change a buffer's representation.\n\ |
