]> code.delx.au - gnu-emacs/blobdiff - src/unexcoff.c
Fix handling of face attributes in Fx_create_frame (Bug#16529).
[gnu-emacs] / src / unexcoff.c
index 0b45d729710c1952f359210d8443093ea042c279..5710ac0457061c8d75a38e7bb780d25dfdc5b8c4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1985-1988, 1992-1994, 2001-2013 Free Software
+/* Copyright (C) 1985-1988, 1992-1994, 2001-2014 Free Software
  * Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -130,7 +130,7 @@ report_error (const char *file, int fd)
   int err = errno;
   if (fd)
     emacs_close (fd);
-  report_file_errno ("Cannot unexec", list1 (build_string (file)), err);
+  report_file_errno ("Cannot unexec", build_string (file), err);
 }
 
 #define ERROR0(msg) report_error_1 (new, msg, 0, 0); return -1