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

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

[elpa] externals/exwm 8b05c2a: Eliminate a compile warning


From: Chris Feng
Subject: [elpa] externals/exwm 8b05c2a: Eliminate a compile warning
Date: Sun, 8 Dec 2019 06:33:45 -0500 (EST)

branch: externals/exwm
commit 8b05c2a30d112e5deaf1196fccfcc2d1eb273756
Author: Chris Feng <address@hidden>
Commit: Chris Feng <address@hidden>

    Eliminate a compile warning
    
    * exwm-workspace.el (exwm-workspace-move-window): Replace the
    obsolete `run-window-configuration-change-hook'.
---
 exwm-workspace.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exwm-workspace.el b/exwm-workspace.el
index 705da30..8d11126 100644
--- a/exwm-workspace.el
+++ b/exwm-workspace.el
@@ -872,7 +872,7 @@ INDEX must not exceed the current number of workspaces."
             ;; Tiling.
             (if (get-buffer-window nil frame)
                 (when (eq frame exwm-workspace--current)
-                  (run-window-configuration-change-hook frame))
+                  (exwm-layout--refresh frame))
               (set-window-buffer (get-buffer-window nil t)
                                  (other-buffer nil t))
               (unless (eq frame exwm-workspace--current)



reply via email to

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