Skip to content

Commit 5c005c0

Browse files
committed
forge--read-topic: Extend comment on Helm kludge
1 parent 6c7ed3f commit 5c005c0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lisp/forge-topic.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,9 @@ can be selected from the start."
751751
(lambda (_string)
752752
;; For other frameworks, the minibuffer is current
753753
;; when this function is called, but for Helm we
754-
;; have to make it so.
754+
;; have to make it so. Starting with Helm commit
755+
;; 5e7c8498, this isn't necessary anymore. See
756+
;; https://github.com/emacs-helm/helm/issues/2744.
755757
(with-selected-window (minibuffer-window)
756758
(cond
757759
(all-choices)

0 commit comments

Comments
 (0)