From: Sean Whitton Date: Fri, 11 Apr 2025 03:47:32 +0000 (+0800) Subject: ; Delete FIXME in vc-print-log X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=048e6244430e0db90257cc5bc5a3c337b5e51d6d;p=emacs.git ; Delete FIXME in vc-print-log This isn't a state-changing operation, indeed, and passing t here is relevant to dired-vc-deduce-fileset. (cherry picked from commit 95675b4db0f4a72adfcde00fa24db6f3379f0f2e) --- diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index d4bdcf09057..ddb13db651c 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -3122,7 +3122,7 @@ shown log style is available via `vc-log-short-style'." (list rev lim))) (t (list nil (when (> vc-log-show-limit 0) vc-log-show-limit))))) - (let* ((vc-fileset (vc-deduce-fileset t)) ;FIXME: Why t? --Stef + (let* ((vc-fileset (vc-deduce-fileset t)) (backend (car vc-fileset)) (files (cadr vc-fileset)) (working-revision (or working-revision vc-buffer-revision)))