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
2f9d985f
Commit
2f9d985f
authored
Aug 19, 1997
by
Richard M. Stallman
Browse files
(Finsert_file_contents): Fix previous change.
parent
7c896f63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/fileio.c
src/fileio.c
+2
-1
No files found.
src/fileio.c
View file @
2f9d985f
...
...
@@ -3613,7 +3613,8 @@ This does code conversion according to the value of\n\
/* Use the conversion type to determine buffer-file-type
(find-buffer-file-type is now used to help determine the
conversion). */
if
(
CODING_REQUIRE_EOL_CONVERSION
(
&
coding
))
if
(
coding
.
eol_type
!=
CODING_EOL_UNDECIDED
&&
coding
.
eol_type
!=
CODING_EOL_LF
)
current_buffer
->
buffer_file_type
=
Qnil
;
else
current_buffer
->
buffer_file_type
=
Qt
;
...
...
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