]> git.eshelyaron.com Git - emacs.git/commit
Fix dired-vc-next-action generating inconsistent marks
authorSean Whitton <spwhitton@spwhitton.name>
Sun, 6 Apr 2025 03:09:22 +0000 (11:09 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 8 Apr 2025 05:45:35 +0000 (07:45 +0200)
commitc75095567fea9b72fa9275d3bebbb3ce8a1a15d2
treea5911321db612cf1e80f8e6c8e8d857e7f08de59
parentcaaa55695a89a52dfc77e85b69cc03989faeb8f6
Fix dired-vc-next-action generating inconsistent marks

* lisp/vc/vc-dir.el (vc-dir-mark-files): Document that
directories passed to this function must have trailing slashes.
Don't mark both a directory and also items under it (bug#76769).
* lisp/dired-aux.el (dired-vc-next-action): Update docstring.

(cherry picked from commit c0b1b54d734a45698da9df0841700c4c15785b11)
lisp/dired-aux.el
lisp/vc/vc-dir.el