branch: externals/window-commander commit 8b74678bcf2c8f36f08ae446b6952b3dbd308297 Author: Daniel Semyonov <cm...@dsemy.com> Commit: Daniel Semyonov <cm...@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."