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

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

[nongnu] elpa/swsw 8b74678bcf 028/146: * swsw.el (swsw-display-function)


From: ELPA Syncer
Subject: [nongnu] elpa/swsw 8b74678bcf 028/146: * swsw.el (swsw-display-function): Avoid byte compilation warning
Date: Wed, 25 May 2022 02:59:40 -0400 (EDT)

branch: elpa/swsw
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]