branch: externals/window-commander
commit 6695f8858e19f65907429619b72a11153ccff59f
Author: Daniel Semyonov <cm...@dsemy.com>
Commit: Daniel Semyonov <cm...@dsemy.com>

    ; Use ';' for inline comment instead of ';;'
---
 swsw.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swsw.el b/swsw.el
index b60604e3c7..631bfecb5b 100644
--- a/swsw.el
+++ b/swsw.el
@@ -92,7 +92,7 @@ frames.
                 (const
                  :tag "All window on the currently selected frame" current)))
 
-(defvar swsw-display-function 'lighter) ;; Avoid byte-compilation warning.
+(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

Reply via email to