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

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

[elpa] externals/compat 46bf15ac5a: Always load compat-NM.el files when


From: ELPA Syncer
Subject: [elpa] externals/compat 46bf15ac5a: Always load compat-NM.el files when the generate-function is changed
Date: Mon, 7 Mar 2022 10:57:22 -0500 (EST)

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

    Always load compat-NM.el files when the generate-function is changed
---
 compat.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/compat.el b/compat.el
index a92102d29b..553dab7f5c 100644
--- a/compat.el
+++ b/compat.el
@@ -49,7 +49,8 @@
   (defvar compat--generate-function)
   (defmacro compat-insert (version)
     (cond
-     ((bound-and-true-p compat-testing)
+     ((or (not (eq compat--generate-function 'compat--generate-minimal))
+          (bound-and-true-p compat-testing))
       `(load ,(format "compat-%s.el" version)))
      ;; ((version<= version emacs-version)
      ;;  ;; We don't need to do anything.



reply via email to

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