Mercurial > emacs
diff src/unexsol.c @ 71990:b7bf941f8049
(unexec): Use xsignal.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Tue, 18 Jul 2006 13:29:49 +0000 |
| parents | 695cf19ef79e |
| children | 8a8e69664178 68dd71358159 |
line wrap: on
line diff
--- a/src/unexsol.c Tue Jul 18 13:29:40 2006 +0000 +++ b/src/unexsol.c Tue Jul 18 13:29:49 2006 +0000 @@ -24,7 +24,7 @@ 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))); }
