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
56533d51
Commit
56533d51
authored
Feb 10, 2003
by
Kenichi Handa
Browse files
(struct Lisp_Process): New member filter_multibyte.
parent
d3c8e597
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/process.h
src/process.h
+6
-0
No files found.
src/process.h
View file @
56533d51
...
...
@@ -98,6 +98,12 @@ struct Lisp_Process
/* Flag to set coding-system of the process buffer from the
coding_system used to decode process output. */
Lisp_Object
inherit_coding_system_flag
;
/* Flat to decide the multibyteness of a string given to the
filter (if any). It is initialized to the value of
`default-enable-multibyte-characters' when the process is
generated, and can be changed by the function
`set-process-fileter-multibyte'. */
Lisp_Object
filter_multibyte
;
};
/* Every field in the preceding structure except for the first two
...
...
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