[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/compat 7960219877 2/3: Remove self-autoloading from com
From: |
ELPA Syncer |
Subject: |
[elpa] externals/compat 7960219877 2/3: Remove self-autoloading from compat |
Date: |
Sun, 27 Feb 2022 16:57:20 -0500 (EST) |
branch: externals/compat
commit 7960219877148445ee3dcd1559eea6ca5af7fb9c
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
Remove self-autoloading from compat
---
compat.el | 6 ------
1 file changed, 6 deletions(-)
diff --git a/compat.el b/compat.el
index c0094c7611..f1eda034e1 100644
--- a/compat.el
+++ b/compat.el
@@ -125,11 +125,5 @@
(require 'compat-27.1)
(require 'compat-28.1)
-;;;; Etcetera
-
-;; To ensure that compat.el is loaded as soon as possible, a require
-;; call is inserted directly into the autoload file:
-;;;###autoload (require 'compat)
-
(provide 'compat)
;;; compat.el ends here