branch: externals/window-commander
commit c378be9baee3f5c5a476ba26c659e3f29fb8192c
Author: Daniel Semyonov <dan...@dsemy.com>
Commit: Daniel Semyonov <dan...@dsemy.com>

    ; Load 'subr-x' when compiling
---
 swsw.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/swsw.el b/swsw.el
index dec526263b..c6be2f12be 100644
--- a/swsw.el
+++ b/swsw.el
@@ -66,8 +66,9 @@
 
 ;;; Code:
 
-;; Avoid byte-compilation warnings.
 (eval-when-compile
+  (require 'subr-x)
+  ;; Avoid byte-compilation warnings.
   (defvar swsw-display-function)
   (defvar swsw-command-map))
 

Reply via email to