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
41f3aa98
Commit
41f3aa98
authored
Mar 02, 1994
by
Richard M. Stallman
Browse files
(chan_process, Vprocess_alist): No longer static.
parent
f36f4e9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/process.c
src/process.c
+2
-2
No files found.
src/process.c
View file @
41f3aa98
...
...
@@ -222,10 +222,10 @@ static int keyboard_descriptor;
static
int
delete_exited_processes
;
/* Indexed by descriptor, gives the process (if any) for that descriptor */
static
Lisp_Object
chan_process
[
MAXDESC
];
Lisp_Object
chan_process
[
MAXDESC
];
/* Alist of elements (NAME . PROCESS) */
static
Lisp_Object
Vprocess_alist
;
Lisp_Object
Vprocess_alist
;
/* Buffered-ahead input char from process, indexed by channel.
-1 means empty (no char is buffered).
...
...
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