From d38c63d3d85a06fd34b28626d7ebd97bb05db48c Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Thu, 21 Nov 2019 10:36:00 +0100 Subject: [PATCH] hydra.el (hydra--work-around-dedicated): Unset on 26.3 Since the bug seems to be fixed since then. Re #349 --- hydra.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra.el b/hydra.el index 3508532..a3078e2 100644 --- a/hydra.el +++ b/hydra.el @@ -516,7 +516,7 @@ Remove :color key. And sort the plist alphabetically." (defvar hydra-message-timer (timer-create) "Timer for the hint.") -(defvar hydra--work-around-dedicated t +(defvar hydra--work-around-dedicated (version< emacs-version "26.3") "When non-nil, assume there's no bug in `pop-to-buffer'. `pop-to-buffer' should not select a dedicated window.")