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

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

[elpa] externals/calibre cc66ec42bf 08/10: Remove seemingly unnecessary


From: ELPA Syncer
Subject: [elpa] externals/calibre cc66ec42bf 08/10: Remove seemingly unnecessary require
Date: Thu, 18 May 2023 12:57:32 -0400 (EDT)

branch: externals/calibre
commit cc66ec42bfb7953602005fd5158a4ad93aa37dd5
Author: Kjartan Óli Ágústsson <kjartanoli@disroot.org>
Commit: Kjartan Óli Ágústsson <kjartanoli@disroot.org>

    Remove seemingly unnecessary require
    
    * calibre-exec.el: Don't require cl-macs during compilation.  The byte
    compiler seems to stay silent if this is removed.
---
 calibre-exec.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/calibre-exec.el b/calibre-exec.el
index 755f2474d1..1c229ab4f6 100644
--- a/calibre-exec.el
+++ b/calibre-exec.el
@@ -22,8 +22,6 @@
 ;; as adding, modifying, or removing books, on the active library.
 
 ;;; Code:
-(eval-when-compile (require 'cl-macs))
-
 (require 'calibre-core)
 
 (defvar calibre-exec--commands nil)



reply via email to

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