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
dbfcf224
Commit
dbfcf224
authored
Jul 18, 2006
by
Kim F. Storm
Browse files
(unexec): Use xsignal.
parent
d0a29e1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/unexsol.c
src/unexsol.c
+1
-1
No files found.
src/unexsol.c
View file @
dbfcf224
...
...
@@ -24,7 +24,7 @@ unexec (char *new_name, char *old_name, unsigned int data_start,
errstring
=
code_convert_string_norecord
(
build_string
(
dlerror
()),
Vlocale_coding_system
,
0
);
F
signal
(
Qfile_error
,
x
signal
(
Qfile_error
,
Fcons
(
build_string
(
"Cannot unexec"
),
Fcons
(
errstring
,
data
)));
}
...
...
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