]> git.eshelyaron.com Git - emacs.git/commitdiff
(unexec): Use xsignal.
authorKim F. Storm <storm@cua.dk>
Tue, 18 Jul 2006 13:29:49 +0000 (13:29 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 18 Jul 2006 13:29:49 +0000 (13:29 +0000)
src/unexsol.c

index 426a7f7cb990ac9728eb2d3186ab6df265244ab7..9f919faedc0cbdf9befe6ea5a7ac419012747702 100644 (file)
@@ -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)));
 }