Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
095d64ee
Commit
095d64ee
authored
Jan 22, 1998
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(struct Lisp_Process): New members decoding_carryover
and encoding_carryover.
parent
c8a6d68a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/process.h
src/process.h
+4
-0
No files found.
src/process.h
View file @
095d64ee
...
...
@@ -79,10 +79,14 @@ struct Lisp_Process
Lisp_Object
decode_coding_system
;
/* Working buffer for decoding. */
Lisp_Object
decoding_buf
;
/* Size of carryover in decoding. */
Lisp_Object
decoding_carryover
;
/* Coding-system for encoding the output to this process. */
Lisp_Object
encode_coding_system
;
/* Working buffer for encoding. */
Lisp_Object
encoding_buf
;
/* Size of carryover in encoding. */
Lisp_Object
encoding_carryover
;
};
#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