branch: elpa/helm commit 4dd221e506be3856d69fba1c6185eb0c7f5fa194 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Fix *-window-side-state --- helm-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-core.el b/helm-core.el index dba4b0cd8c..6a9fa70d30 100644 --- a/helm-core.el +++ b/helm-core.el @@ -3469,7 +3469,7 @@ The function used to display `helm-buffer' by calling helm-reuse-last-window-split-state) (helm-acase helm-split-window-default-side ((same other) it) ; take precedence on *-window-side-state. - ((guard* helm--window-side-state) guard) + ((guard* (progn helm--window-side-state)) guard) (t it)) helm-split-window-default-side)) (disp-fn (with-current-buffer buffer