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

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

[nongnu] elpa/macrostep c594c09 092/110: `cl-macs' is no longer needed a


From: ELPA Syncer
Subject: [nongnu] elpa/macrostep c594c09 092/110: `cl-macs' is no longer needed at run-time
Date: Sat, 7 Aug 2021 09:18:09 -0400 (EDT)

branch: elpa/macrostep
commit c594c0939f5e886c42b1c3be110cfbfcea86dd21
Author: joddie <jonxfield@gmail.com>
Commit: joddie <jonxfield@gmail.com>

    `cl-macs' is no longer needed at run-time
---
 macrostep.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/macrostep.el b/macrostep.el
index 24286d0..3ab62c4 100644
--- a/macrostep.el
+++ b/macrostep.el
@@ -258,8 +258,6 @@
 ;; We use `pp-buffer' to pretty-print macro expansions
 (require 'pp)
 (require 'ring)
-;; `cl-macs' is needed at run-time to support `cl-macrolet'
-(require 'cl-macs)
 (eval-when-compile
   (require 'cl)
   (require 'pcase))



reply via email to

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