From 68f4dde811fa3255070968932639c8c8180086fd Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Sun, 10 Jul 2022 05:37:22 +0200 Subject: [PATCH] Add bug number link to comment --- helm-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm-mode.el b/helm-mode.el index 2543ac315..e037d5839 100644 --- a/helm-mode.el +++ b/helm-mode.el @@ -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)