mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
(unexec): Use xsignal.
This commit is contained in:
parent
d0a29e1de7
commit
dbfcf224ac
@ -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…
Reference in New Issue
Block a user