Mercurial > emacs
diff src/w32fns.c @ 105367:9cce4a353df7
* lisp.h (Qdelete_directory_internal):
Declare, instead of Qdelete_directory.
* w32fns.c (Fsystem_move_file_to_trash): Use it.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 01 Oct 2009 23:17:39 +0000 |
parents | 91b945d54645 |
children | 28c45fa22117 |
line wrap: on
line diff
--- a/src/w32fns.c Thu Oct 01 17:52:36 2009 +0000 +++ b/src/w32fns.c Thu Oct 01 23:17:39 2009 +0000 @@ -6218,7 +6218,7 @@ if (!NILP (Ffile_directory_p (filename)) && NILP (Ffile_symlink_p (filename))) { - operation = Qdelete_directory; + operation = Qdelete_directory_internal; filename = Fdirectory_file_name (filename); } filename = Fexpand_file_name (filename, Qnil);