Skip to content

Commit

Permalink
Add bug number link to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Jul 10, 2022
1 parent aa2ece8 commit 68f4dde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,8 @@ that use `helm-comp-read'. See `helm-M-x' for example."
(when (get-buffer helm-action-buffer)
(kill-buffer helm-action-buffer))
(unless (memq must-match '(confirm confirm-after-completion t nil))
;; Fix completing-read's using something else than `t' e.g. 1 or whatever.
;; Fix completing-read's using something else than `t' e.g. 1 or
;; whatever (bug #2527).
(setq must-match t))
(let ((action-fn `(("Sole action (Identity)"
. (lambda (candidate)
Expand Down

0 comments on commit 68f4dde

Please sign in to comment.