Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c807f767
Commit
c807f767
authored
Jun 29, 1997
by
Richard M. Stallman
Browse files
(syms_of_buffer): enable-multibyte-characters is a user var.
parent
02e08311
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/buffer.c
src/buffer.c
+1
-1
No files found.
src/buffer.c
View file @
c807f767
...
...
@@ -3921,7 +3921,7 @@ in the current display table (if there is one).");
DEFVAR_PER_BUFFER
(
"enable-multibyte-characters"
,
&
current_buffer
->
enable_multibyte_characters
,
Qnil
,
"Non-nil means the buffer contents are regarded as multi-byte form
\n
\
"
*
Non-nil means the buffer contents are regarded as multi-byte form
\n
\
of characters, not a binary code. This affects the display, file I/O,
\n
\
and behaviors of various editing commands."
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment