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
68788cec
Commit
68788cec
authored
Jul 25, 1997
by
Richard M. Stallman
Browse files
(Fwrite_region): Fix previous change.
parent
3c0c48a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/fileio.c
src/fileio.c
+1
-1
No files found.
src/fileio.c
View file @
68788cec
...
...
@@ -3829,7 +3829,7 @@ to the file, instead of any buffer contents, and END is ignored.")
else
if
(
!
NILP
(
Vcoding_system_for_write
))
val
=
Vcoding_system_for_write
;
else
if
(
NILP
(
current_buffer
->
enable_multibyte_characters
))
val = (NILP (Flocal_variable_p (Qbuffer_file_coding_system))
val
=
(
NILP
(
Flocal_variable_p
(
Qbuffer_file_coding_system
,
Qnil
))
?
Qnil
:
Fsymbol_value
(
Qbuffer_file_coding_system
));
else
...
...
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