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

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

[elpa] externals/window-commander 8b74678bcf 028/170: * swsw.el (swsw-di


From: ELPA Syncer
Subject: [elpa] externals/window-commander 8b74678bcf 028/170: * swsw.el (swsw-display-function): Avoid byte compilation warning
Date: Wed, 28 Jun 2023 19:00:22 -0400 (EDT)

branch: externals/window-commander
commit 8b74678bcf2c8f36f08ae446b6952b3dbd308297
Author: Daniel Semyonov <cmstr@dsemy.com>
Commit: Daniel Semyonov <cmstr@dsemy.com>

    * swsw.el (swsw-display-function): Avoid byte compilation warning
---
 swsw.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/swsw.el b/swsw.el
index 6c44ddc88a..7b8e228e7b 100644
--- a/swsw.el
+++ b/swsw.el
@@ -58,6 +58,8 @@ frames.
                  :tag "All windows on all visible and iconified frames." 0)
                 (const :tag "All windows on all visible frames" 'visible)))
 
+(defvar swsw-display-function 'lighter) ;; Avoid byte-compilation warning.
+
 (defun swsw--set-display-function (sym fun)
   "Call the previous display function with nil as the sole argument (turning
 it off), set SYM's value to FUN, and call FUN with t as the sole argument."



reply via email to

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