branch: elpa/helm
commit ddd9365725957dfaec5216e022963f16e3b2b737
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Disable helm for read-multiple-choice--long-answers
    
    by adding it to helm-completing-read-handlers-alist.
---
 helm-mode.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/helm-mode.el b/helm-mode.el
index d4297c8a34..47ab24c160 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -67,6 +67,8 @@
     (dired-do-symlink . helm-read-file-name-handler-1)
     (dired-do-relsymlink . helm-read-file-name-handler-1)
     (dired-do-hardlink . helm-read-file-name-handler-1)
+    ;; Next two are using completing-read where not needed.
+    (read-multiple-choice--long-answers . nil)
     (dired-do-touch . nil)
     (basic-save-buffer . helm-read-file-name-handler-1)
     (write-file . (default helm-read-file-name-handler-1))

Reply via email to