Mercurial > emacs
comparison src/buffer.c @ 18495:9b000e52acb3
(syms_of_buffer): enable-multibyte-characters is a user var.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 29 Jun 1997 03:49:57 +0000 |
parents | d6e8b92585e9 |
children | e0d1b341124c |
comparison
equal
deleted
inserted
replaced
18494:c64480c04c07 | 18495:9b000e52acb3 |
---|---|
3919 This variable does not apply to characters whose display is specified\n\ | 3919 This variable does not apply to characters whose display is specified\n\ |
3920 in the current display table (if there is one)."); | 3920 in the current display table (if there is one)."); |
3921 | 3921 |
3922 DEFVAR_PER_BUFFER ("enable-multibyte-characters", | 3922 DEFVAR_PER_BUFFER ("enable-multibyte-characters", |
3923 ¤t_buffer->enable_multibyte_characters, Qnil, | 3923 ¤t_buffer->enable_multibyte_characters, Qnil, |
3924 "Non-nil means the buffer contents are regarded as multi-byte form\n\ | 3924 "*Non-nil means the buffer contents are regarded as multi-byte form\n\ |
3925 of characters, not a binary code. This affects the display, file I/O,\n\ | 3925 of characters, not a binary code. This affects the display, file I/O,\n\ |
3926 and behaviors of various editing commands."); | 3926 and behaviors of various editing commands."); |
3927 | 3927 |
3928 DEFVAR_PER_BUFFER ("buffer-file-coding-system", | 3928 DEFVAR_PER_BUFFER ("buffer-file-coding-system", |
3929 ¤t_buffer->buffer_file_coding_system, Qnil, | 3929 ¤t_buffer->buffer_file_coding_system, Qnil, |