emacs-diffs
[Top][All Lists]
Advanced

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

master 4072e06a5f7 3/3: ; vc-print-log-setup-buttons: Update a TODO comm


From: Dmitry Gutov
Subject: master 4072e06a5f7 3/3: ; vc-print-log-setup-buttons: Update a TODO comment
Date: Fri, 15 Dec 2023 19:34:55 -0500 (EST)

branch: master
commit 4072e06a5f7d14b11799d8dd41d7c50082dca4e6
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>

    ; vc-print-log-setup-buttons: Update a TODO comment
---
 lisp/vc/vc.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 0f74449c92d..4e6581f7f27 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -2736,8 +2736,9 @@ LIMIT is nil, or if PL-RETURN is `limit-unsupported'."
                            relatives ", "))
                " ")
               ;; TODO: Also print a different button somewhere in the
-              ;; created buffer to be able to go back easily.  (There
-              ;; are different ways to do that.)
+              ;; created buffer to be able to go back easily.  Might
+              ;; require some sort of stack/history because a file can
+              ;; be renamed multiple times.
               (insert-text-button
                "View log"
                'action (lambda (&rest _ignore)



reply via email to

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