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

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

[elpa] externals/ace-window 92bd29c 08/92: Fix frames order


From: Stefan Monnier
Subject: [elpa] externals/ace-window 92bd29c 08/92: Fix frames order
Date: Wed, 17 Mar 2021 18:39:11 -0400 (EDT)

branch: externals/ace-window
commit 92bd29c4fd8132944385083600b29a3f9a50a37c
Author: Daniel Cole <dcole@tower-research.com>
Commit: Daniel Cole <dcole@tower-research.com>

    Fix frames order
    
    Now the ordering of the frames in ace-window will match the one
    exhibited by next-multiframe-window/previous-multiframe-window.
    
    Change-Id: I10a6e4cca281cbe44c9c6806d1c67c28be7f2202
---
 ace-window.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ace-window.el b/ace-window.el
index e5bbd33..9c26578 100644
--- a/ace-window.el
+++ b/ace-window.el
@@ -394,7 +394,7 @@ Windows are numbered top down, left to right."
         (e2 (window-edges wnd2)))
     (cond ((string< (frame-parameter f1 'window-id)
                     (frame-parameter f2 'window-id))
-           t)
+           nil)
           ((< (car e1) (car e2))
            t)
           ((> (car e1) (car e2))



reply via email to

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