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
a814cc69
Commit
a814cc69
authored
Jul 16, 2002
by
Ken Raeburn
Browse files
* process.c (status_message): Use SSET.
parent
96fb177a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/process.c
src/process.c
+1
-1
No files found.
src/process.c
View file @
a814cc69
...
...
@@ -419,7 +419,7 @@ status_message (status)
signame
=
"unknown"
;
string
=
build_string
(
signame
);
string2
=
build_string
(
coredump
?
" (core dumped)
\n
"
:
"
\n
"
);
S
REF
(
string
,
0
)
=
DOWNCASE
(
SREF
(
string
,
0
));
S
SET
(
string
,
0
,
DOWNCASE
(
SREF
(
string
,
0
))
)
;
return
concat2
(
string
,
string2
);
}
else
if
(
EQ
(
symbol
,
Qexit
))
...
...
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