emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] emacs/src fileio.c


From: Michael Albinus
Subject: Re: [Emacs-diffs] emacs/src fileio.c
Date: Fri, 02 Oct 2009 07:54:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Juanma Barranquero <address@hidden> writes:

> I've changed w32fns.c:Fsystem_move_file_to_trash to use
> Fdelete_directory_internal instead of Fdelete_directory so Emacs can
> bootstrap again on Windows.
>
> But Fdelete_directory_internal is now skipping the file name handler,
> so it is likely not safe?

I believe, we should rather use

  intern ("delete-directory")

Qdelete_directory_internal could be removed from lisp.h then.

Best regards, Michael.

>     Juanma




reply via email to

[Prev in Thread] Current Thread [Next in Thread]