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

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

[elpa] externals/compat 043e3d71b5 79/84: Always load compat-29


From: ELPA Syncer
Subject: [elpa] externals/compat 043e3d71b5 79/84: Always load compat-29
Date: Tue, 3 Jan 2023 08:57:40 -0500 (EST)

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

    Always load compat-29
---
 compat.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/compat.el b/compat.el
index fe634e7a68..ab490cbc98 100644
--- a/compat.el
+++ b/compat.el
@@ -47,9 +47,7 @@
   ;; the file (which is disabled by `compat--inhibit-prefixed', so
   ;; that the file can be loaded again at some later point when the
   ;; prefixed definitions are needed).
-  (dolist (vers (if (bound-and-true-p compat-testing)
-                    '(24 25 26 27 28 29)
-                  '(24 25 26 27 28)))
+  (dolist (vers '(24 25 26 27 28 29))
     (unless (memq (intern (format "compat-%d" vers)) features)
       (load (format "compat-%d%s" vers
                     (if (bound-and-true-p compat-testing)



reply via email to

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