diff options
| author | Dmitry Gutov | 2023-12-16 02:34:34 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2023-12-16 02:34:34 +0200 |
| commit | 4072e06a5f7d14b11799d8dd41d7c50082dca4e6 (patch) | |
| tree | 6ef825566ab92f29055b1d0460b72c16d0855f42 | |
| parent | 62d96473867dfa71a9719dd41710cd2a155d9055 (diff) | |
| download | emacs-4072e06a5f7d14b11799d8dd41d7c50082dca4e6.tar.gz emacs-4072e06a5f7d14b11799d8dd41d7c50082dca4e6.zip | |
; vc-print-log-setup-buttons: Update a TODO comment
| -rw-r--r-- | lisp/vc/vc.el | 5 |
1 files 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'." | |||
| 2736 | relatives ", ")) | 2736 | relatives ", ")) |
| 2737 | " ") | 2737 | " ") |
| 2738 | ;; TODO: Also print a different button somewhere in the | 2738 | ;; TODO: Also print a different button somewhere in the |
| 2739 | ;; created buffer to be able to go back easily. (There | 2739 | ;; created buffer to be able to go back easily. Might |
| 2740 | ;; are different ways to do that.) | 2740 | ;; require some sort of stack/history because a file can |
| 2741 | ;; be renamed multiple times. | ||
| 2741 | (insert-text-button | 2742 | (insert-text-button |
| 2742 | "View log" | 2743 | "View log" |
| 2743 | 'action (lambda (&rest _ignore) | 2744 | 'action (lambda (&rest _ignore) |