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

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

[elpa] externals/compat c61c7e12a0 2/5: Make compat.el not depend on com


From: ELPA Syncer
Subject: [elpa] externals/compat c61c7e12a0 2/5: Make compat.el not depend on compat-macs.el
Date: Tue, 19 Jul 2022 16:57:25 -0400 (EDT)

branch: externals/compat
commit c61c7e12a0f124caaec277f37bde08d6c3d44605
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Make compat.el not depend on compat-macs.el
---
 Makefile  | 1 -
 compat.el | 2 --
 2 files changed, 3 deletions(-)

diff --git a/Makefile b/Makefile
index 794344003a..79ccb01cd7 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,6 @@ test: compile
 clean:
        $(RM) $(BYTEC) compat.info
 
-compat.el:     compat-macs.el
 compat-24.el:  compat-macs.el
 compat-25.el:  compat-macs.el
 compat-26.el:  compat-macs.el
diff --git a/compat.el b/compat.el
index 2e2e634912..2cfd342057 100644
--- a/compat.el
+++ b/compat.el
@@ -39,8 +39,6 @@
 
 ;;; Code:
 
-(eval-when-compile (require 'compat-macs))
-
 (defvar compat--inhibit-prefixed)
 (let ((compat--inhibit-prefixed (not (bound-and-true-p compat-testing))))
   ;; Instead of using `require', we manually check `features' and call



reply via email to

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