branch: externals/agitate commit 50a3fdfd5337a71015c00d7982fa723775e430d3 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove obsolete comment --- agitate.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/agitate.el b/agitate.el index 7510910712..73c93fc1a5 100644 --- a/agitate.el +++ b/agitate.el @@ -263,11 +263,6 @@ With optional BACK, find the beginning, else the end." (forward-line (nth 2 motion)) (point)))) - ;; TODO 2022-09-28: Maybe have a do-what-I-mean behaviour to expand - ;; the entry if necessary? Or maybe expand it to get the message - ;; and then contract it again? Keeping it simple seems appropriate, - ;; but we will see how this evolves. - ;;;###autoload (defun agitate-log-view-kill-revision-expanded () "Append to `kill-ring' expanded message of log-view revision at point."