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

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

[nongnu] elpa/wfnames bf0a11c3bf 90/98: Use eval-when-compile to require


From: ELPA Syncer
Subject: [nongnu] elpa/wfnames bf0a11c3bf 90/98: Use eval-when-compile to require cl-lib (cl-loop only)
Date: Tue, 8 Aug 2023 04:01:39 -0400 (EDT)

branch: elpa/wfnames
commit bf0a11c3bfb7e8e69c117120f853c2a96b58b812
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Use eval-when-compile to require cl-lib (cl-loop only)
---
 wfnames.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wfnames.el b/wfnames.el
index e5a83b5f33..70e94cae59 100644
--- a/wfnames.el
+++ b/wfnames.el
@@ -39,7 +39,7 @@
 
 ;;; Code:
 
-(require 'cl-lib)
+(eval-when-compile (require 'cl-lib))
 
 ;; Internal.
 (defvar wfnames-buffer "*Wfnames*")



reply via email to

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