We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7ed3f commit 5c005c0Copy full SHA for 5c005c0
1 file changed
lisp/forge-topic.el
@@ -751,7 +751,9 @@ can be selected from the start."
751
(lambda (_string)
752
;; For other frameworks, the minibuffer is current
753
;; when this function is called, but for Helm we
754
- ;; have to make it so.
+ ;; 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.
757
(with-selected-window (minibuffer-window)
758
(cond
759
(all-choices)
0 commit comments