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

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

[nongnu] elpa/golden-ratio 55bc7ccb67 09/95: Wraps cl requirement in an


From: ELPA Syncer
Subject: [nongnu] elpa/golden-ratio 55bc7ccb67 09/95: Wraps cl requirement in an eval-when-compile clause
Date: Thu, 7 Sep 2023 22:02:09 -0400 (EDT)

branch: elpa/golden-ratio
commit 55bc7ccb670f5dc2eb16d663da4271a1cd7a2f9a
Author: Maël Nison <nison.mael@gmail.com>
Commit: Maël Nison <nison.mael@gmail.com>

    Wraps cl requirement in an eval-when-compile clause
---
 golden-ratio.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/golden-ratio.el b/golden-ratio.el
index 93c8dbb090..94c8914447 100644
--- a/golden-ratio.el
+++ b/golden-ratio.el
@@ -14,7 +14,7 @@
 
 ;;; Code:
 
-(require 'cl)
+(eval-when-compile (require 'cl))
 
 (defun -golden-ratio-dimensions ()
   (let* ((main-rows     (floor (/ (frame-height) 1.618)))



reply via email to

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