; * src/fileio.c (internal_delete_file): Call internal_condition_case_1.
This commit is contained in:
parent
aae436c81c
commit
b7038d9b72
1 changed files with 1 additions and 1 deletions
|
@ -2598,7 +2598,7 @@ internal_delete_file (Lisp_Object filename)
|
|||
{
|
||||
Lisp_Object tem;
|
||||
|
||||
tem = internal_condition_case_2 (Fdelete_file_internal, filename,
|
||||
tem = internal_condition_case_1 (Fdelete_file_internal, filename,
|
||||
Qt, internal_delete_file_1);
|
||||
return NILP (tem);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue