emacs-devel
[Top][All Lists]
Advanced

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

Re: vc-find-root and nonexistent drives


From: Juanma Barranquero
Subject: Re: vc-find-root and nonexistent drives
Date: Sat, 16 Feb 2008 19:12:19 +0100

On Feb 16, 2008 2:43 PM, Eli Zaretskii <address@hidden> wrote:

> So how about changing the loop condition to
>
>   (while (and (not (file-directory-p file)) (file-exists-p file))
>
> ?

Yes, you're right. On one hand, I don't like much touching VC code; on
the other, I wrote my message at 04:52am, which means that, at that
moment, I wasn't aware of `file-exists-p' (I fell asleep over my
keyboard once or twice before that) :)

I'm checking your fix in the EMACS_22_BASE branch.

             Juanma




reply via email to

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