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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
8d051ef1
Commit
8d051ef1
authored
Apr 19, 1998
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(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
...
@@ -87,6 +87,9 @@ struct Lisp_Process
Lisp_Object
encoding_buf
;
Lisp_Object
encoding_buf
;
/* Size of carryover in encoding. */
/* Size of carryover in encoding. */
Lisp_Object
encoding_carryover
;
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))
#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