From 40bd1da5a5615d366c42e6561a77f039af43591a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 14 May 2018 01:19:54 +0200 Subject: [PATCH] completion/helm: avoid with-helm-buffer macro #503 #507 --- modules/completion/helm/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/completion/helm/config.el b/modules/completion/helm/config.el index 092932939..44823b3f6 100644 --- a/modules/completion/helm/config.el +++ b/modules/completion/helm/config.el @@ -62,7 +62,7 @@ (defun +helm*hide-minibuffer-maybe () "Hide minibuffer in Helm session if we use the header line as input field." - (when (with-helm-buffer helm-echo-input-in-header-line) + (when (with-current-buffer (helm-buffer-get) helm-echo-input-in-header-line) (let ((ov (make-overlay (point-min) (point-max) nil nil t))) (overlay-put ov 'window (selected-window)) (overlay-put ov 'face