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
dfe45eff
Commit
dfe45eff
authored
Oct 21, 2001
by
Pavel Janík
Browse files
(delete-exited-processes): Change doc-string comments to `new style' [w/`doc:' keyword].
parent
3cf3436e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/sysdep.c
src/sysdep.c
+2
-2
No files found.
src/sysdep.c
View file @
dfe45eff
...
...
@@ -1294,8 +1294,8 @@ init_sys_modes ()
/* cus-start.el complains if delete-exited-processes is not defined */
#ifndef subprocesses
DEFVAR_BOOL
(
"delete-exited-processes"
,
&
delete_exited_processes
,
"
*Non-nil means delete processes immediately when they exit.
\n
\
nil means don't delete them until `list-processes' is run.
"
);
doc:
/*
*Non-nil means delete processes immediately when they exit.
nil means don't delete them until `list-processes' is run.
*/
);
delete_exited_processes
=
0
;
#endif
#endif
/* not macintosh */
...
...
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