branch: externals/hydra
commit d38c63d3d85a06fd34b28626d7ebd97bb05db48c
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
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 3508532795..a3078e2d82 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.")