mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-25 22:50:37 -08:00
(unexec): Use xsignal.
This commit is contained in:
parent
d0a29e1de7
commit
dbfcf224ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
Fsignal (Qfile_error,
|
||||
xsignal (Qfile_error,
|
||||
Fcons (build_string ("Cannot unexec"), Fcons (errstring, data)));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue