diff options
| author | Kenichi Handa | 1999-06-16 02:33:32 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-06-16 02:33:32 +0000 |
| commit | 36bb26f75827863cd85e1309bee4f8e68dd2c18d (patch) | |
| tree | ab237d9fc5da503fe0760971c180f11d70dbf024 /src | |
| parent | 61d6c25dbd25adacca5a0cfea5893bbec92a8cdf (diff) | |
| download | emacs-36bb26f75827863cd85e1309bee4f8e68dd2c18d.tar.gz emacs-36bb26f75827863cd85e1309bee4f8e68dd2c18d.zip | |
(syms_of_buffer): Don't make
enable-multibyte-characters customizable.
Diffstat (limited to 'src')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 12468677d4c..cdf6d4a7190 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -4232,7 +4232,7 @@ in the current display table (if there is one)."); | |||
| 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\ |