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
8d051ef1
Commit
8d051ef1
authored
Apr 19, 1998
by
Eli Zaretskii
Browse files
(struct Lisp_Process): Add inherit_coding_system_flag member.
parent
52a1b894
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/process.h
src/process.h
+3
-0
No files found.
src/process.h
View file @
8d051ef1
...
...
@@ -87,6 +87,9 @@ struct Lisp_Process
Lisp_Object
encoding_buf
;
/* Size of carryover in encoding. */
Lisp_Object
encoding_carryover
;
/* Flag to set coding-system of the process buffer from the
coding_system used to decode process output. */
int
inherit_coding_system_flag
;
};
#define ChannelMask(n) (1<<(n))
...
...
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