Prefer list1 (X) to Fcons (X, Qnil) when building lists.
[bpt/emacs.git] / src / unexcoff.c
index c467e59..0b45d72 100644 (file)
@@ -130,7 +130,7 @@ report_error (const char *file, int fd)
   int err = errno;
   if (fd)
     emacs_close (fd);
-  report_file_errno ("Cannot unexec", Fcons (build_string (file), Qnil), err);
+  report_file_errno ("Cannot unexec", list1 (build_string (file)), err);
 }
 
 #define ERROR0(msg) report_error_1 (new, msg, 0, 0); return -1