emacs-devel
[Top][All Lists]
Advanced

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

C-x v l in a dired buffer [was: Re: VC top of the tree diff and log]


From: Dan Nicolaescu
Subject: C-x v l in a dired buffer [was: Re: VC top of the tree diff and log]
Date: Wed, 8 Jul 2009 20:58:56 -0700 (PDT)

Miles Bader <address@hidden> writes:

  > [Incidentally, one thing that definitely _should_ work, but doesn't, is
  > that "C-x v l" in a dired buffer...]

If you add this to the cond in vc-deduce-fileset chances are that it
would work (not tested at all, and it has not error handling in case you
are not in a VC controlled directory)

  ((derived-mode-p 'dired-mode)
    (list (vc-responsible-backend default-directory)
          default-directory))




reply via email to

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