diff options
author | Kim F. Storm <storm@cua.dk> | 2006-07-18 13:29:49 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2006-07-18 13:29:49 +0000 |
commit | dbfcf224aceae043fb06e619d981fc0d6a39a1f2 (patch) | |
tree | 0c4811e66ea2c0eb2418a41456f552a701ec8e7f /src/unexsol.c | |
parent | d0a29e1de77e4c1c01c46d80b6ac2df06b1df2b3 (diff) | |
download | emacs-dbfcf224aceae043fb06e619d981fc0d6a39a1f2.tar.gz |
(unexec): Use xsignal.
Diffstat (limited to 'src/unexsol.c')
-rw-r--r-- | src/unexsol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexsol.c b/src/unexsol.c index 426a7f7cb99..9f919faedc0 100644 --- a/src/unexsol.c +++ b/src/unexsol.c @@ -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))); } |