diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c index cc6590130f7..beb020810be 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -286,8 +286,7 @@ void | |||
| 286 | report_file_errno (char const *string, Lisp_Object name, int errorno) | 286 | report_file_errno (char const *string, Lisp_Object name, int errorno) |
| 287 | { | 287 | { |
| 288 | Lisp_Object data = get_file_errno_data (string, name, errorno); | 288 | Lisp_Object data = get_file_errno_data (string, name, errorno); |
| 289 | 289 | xsignal (data, Qnil); | |
| 290 | xsignal (Fcar (data), Fcdr (data)); | ||
| 291 | } | 290 | } |
| 292 | 291 | ||
| 293 | /* Signal a file-access failure that set errno. STRING describes the | 292 | /* Signal a file-access failure that set errno. STRING describes the |