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
a9d4f28a
Commit
a9d4f28a
authored
Jun 21, 1996
by
Richard M. Stallman
Browse files
(Fcall_process): Fix previous change.
parent
9cf30a30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/callproc.c
src/callproc.c
+1
-1
No files found.
src/callproc.c
View file @
a9d4f28a
...
...
@@ -246,7 +246,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
{
if
(
CONSP
(
XCONS
(
buffer
)
->
cdr
))
{
Lisp_Object
file_for_
stderr
;
Lisp_Object
stderr
_file
;
stderr_file
=
XCONS
(
XCONS
(
buffer
)
->
cdr
)
->
car
;
if
(
NILP
(
stderr_file
)
||
EQ
(
Qt
,
stderr_file
))
...
...
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