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

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

[nongnu] elpa/helm 26dc57d8dc 4/5: Add describe-command to helm-comp-rea


From: ELPA Syncer
Subject: [nongnu] elpa/helm 26dc57d8dc 4/5: Add describe-command to helm-comp-read-require-match-overrides
Date: Sun, 30 Jul 2023 15:59:40 -0400 (EDT)

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

    Add describe-command to helm-comp-read-require-match-overrides
---
 helm-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm-mode.el b/helm-mode.el
index d509240571..38bed2c1e8 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1299,7 +1299,8 @@ ARG-LIST is a list of arguments to pass to HANDLER."
   (cl-letf (((symbol-function 'minibuffer-complete) #'ignore))
     (apply handler arg-list)))
 
-(defvar helm-comp-read-require-match-overrides '((describe-function . t))
+(defvar helm-comp-read-require-match-overrides '((describe-function . t)
+                                                 (describe-command . t))
   "Allow overriding REQUIRE-MATCH completing-read arg for a specific 
function.")
 
 (cl-defun helm--completing-read-default



reply via email to

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