emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 68f4dde811: Add bug number link to comment


From: ELPA Syncer
Subject: [nongnu] elpa/helm 68f4dde811: Add bug number link to comment
Date: Mon, 11 Jul 2022 12:58:49 -0400 (EDT)

branch: elpa/helm
commit 68f4dde811fa3255070968932639c8c8180086fd
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    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 2543ac3151..e037d5839a 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]