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
dfe35e7b
Commit
dfe35e7b
authored
Nov 28, 1999
by
Richard M. Stallman
Browse files
Comment change.
parent
717d0121
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/fileio.c
src/fileio.c
+4
-1
No files found.
src/fileio.c
View file @
dfe35e7b
...
...
@@ -4050,7 +4050,10 @@ actually used.")
if
(
!
coding_system_decided
)
{
/* The coding system is not yet decided. Decide it by an
optimized method for handling `coding:' tag. */
optimized method for handling `coding:' tag.
Note that we can get here only if the buffer was empty
before the insertion. */
Lisp_Object
val
;
val
=
Qnil
;
...
...
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