branch: elpa/helm
commit c9af57307e6d9e3bfbe358c1ba1fee1dcd65b802
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Prevent display-buffer-alist in PA
After trying to enable its usage in PA, it seems safer to disable it
completely to avoid unpredictable side effects.
---
helm-core.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/helm-core.el b/helm-core.el
index 615c62e5c2..684d6d2a88 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -6927,7 +6927,8 @@ splitting inconditionally, it is unused actually."
(let ((helm-in-persistent-action t)
(same-window-regexps '("."))
display-buffer-function pop-up-windows pop-up-frames
- special-display-regexps special-display-buffer-names)
+ special-display-regexps special-display-buffer-names
+ display-buffer-alist)
(helm-execute-selection-action-1
selection (or fn (helm-get-actions-from-current-source
source)) t)
(unless (helm-action-window)