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

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

[nongnu] elpa/swsw c378be9bae 130/146: ; Load 'subr-x' when compiling


From: ELPA Syncer
Subject: [nongnu] elpa/swsw c378be9bae 130/146: ; Load 'subr-x' when compiling
Date: Wed, 25 May 2022 02:59:54 -0400 (EDT)

branch: elpa/swsw
commit c378be9baee3f5c5a476ba26c659e3f29fb8192c
Author: Daniel Semyonov <daniel@dsemy.com>
Commit: Daniel Semyonov <daniel@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

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