emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hydra d38c63d3d8 14/35: hydra.el (hydra--work-around-de


From: ELPA Syncer
Subject: [elpa] externals/hydra d38c63d3d8 14/35: hydra.el (hydra--work-around-dedicated): Unset on 26.3
Date: Tue, 25 Oct 2022 22:59:05 -0400 (EDT)

branch: externals/hydra
commit d38c63d3d85a06fd34b28626d7ebd97bb05db48c
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    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.")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]