emacs-devel
[Top][All Lists]
Advanced

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

Re: dired-do-touch


From: Eli Zaretskii
Subject: Re: dired-do-touch
Date: 23 Mar 2004 08:31:25 +0200

> From: Matthew Mundell <address@hidden>
> Date: 22 Mar 2004 23:45:14 +0000
> 
> +    if (set_file_times (SDATA (encoded_absname), t, t) < 0)
> +      report_file_error ("Setting file times", Fcons (absname, Qnil));

I think this will throw an error on Windows if the file is a
directory.  So it would be good to single out that case on DOS_NT
systems.

Otherwise, thanks a lot!





reply via email to

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