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

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

[elpa] externals/exwm 35e1655 07/19: Move defvars to the top


From: Chris Feng
Subject: [elpa] externals/exwm 35e1655 07/19: Move defvars to the top
Date: Tue, 19 Jul 2016 03:07:07 +0000 (UTC)

branch: externals/exwm
commit 35e1655dc58d5653d4c3192d12cb5bfe61aa6960
Author: Adrián Medraño Calvo <address@hidden>
Commit: Adrián Medraño Calvo <address@hidden>

    Move defvars to the top
    
        * exwm-workspace.el (exwm-workspace--current)
        (exwm-workspace-current-index): Do it.
---
 exwm-workspace.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/exwm-workspace.el b/exwm-workspace.el
index e2df37e..4d8380d 100644
--- a/exwm-workspace.el
+++ b/exwm-workspace.el
@@ -29,6 +29,8 @@
 
 (defvar exwm-workspace-number 4 "Number of workspaces (1 ~ 10).")
 (defvar exwm-workspace--list nil "List of all workspaces (Emacs frames).")
+(defvar exwm-workspace--current nil "Current active workspace.")
+(defvar exwm-workspace-current-index 0 "Index of current active workspace.")
 
 (defsubst exwm-workspace--position (frame)
   "Retrieve index of given FRAME in workspace list.
@@ -107,8 +109,6 @@ NIL if FRAME is not a workspace"
                 sequence ""))
              sequence)))))
 
-(defvar exwm-workspace--current nil "Current active workspace.")
-(defvar exwm-workspace-current-index 0 "Index of current active workspace.")
 (defvar exwm-workspace-show-all-buffers nil
   "Non-nil to show buffers on other workspaces.")
 (defvar exwm-workspace--minibuffer nil



reply via email to

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