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
05b44e90
Commit
05b44e90
authored
Jun 01, 1998
by
Karl Heuer
Browse files
(Fcall_process): Avoid initializer on auto struct.
parent
4fa91cfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/callproc.c
src/callproc.c
+3
-1
No files found.
src/callproc.c
View file @
05b44e90
...
...
@@ -634,7 +634,9 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
int
total_read
=
0
;
int
carryover
=
0
;
int
display_on_the_fly
=
!
NILP
(
display
)
&&
INTERACTIVE
;
struct coding_system saved_coding = process_coding;
struct
coding_system
saved_coding
;
saved_coding
=
process_coding
;
while
(
1
)
{
...
...
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