diff options
Diffstat (limited to 'src/unexaix.c')
-rw-r--r-- | src/unexaix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexaix.c b/src/unexaix.c index 757ba6f51b3..f97de45449e 100644 --- a/src/unexaix.c +++ b/src/unexaix.c @@ -97,7 +97,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) |