branch: externals/compat
commit c61c7e12a0f124caaec277f37bde08d6c3d44605
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>

    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