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

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

[elpa] externals/compat bff40c376e 5/5: Include compat-defvar in the mer


From: ELPA Syncer
Subject: [elpa] externals/compat bff40c376e 5/5: Include compat-defvar in the merged compat.el compilation
Date: Sat, 5 Mar 2022 08:57:26 -0500 (EST)

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

    Include compat-defvar in the merged compat.el compilation
    
    It might make more sense to take the opposite approach, and filter out
    the forms we don't wish to include in the merged compilation, but for
    now this should work.
---
 compat.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compat.el b/compat.el
index 498ad726b7..0e44a19ed5 100644
--- a/compat.el
+++ b/compat.el
@@ -153,6 +153,7 @@
                               compat-defun
                               compat-defmacro
                               compat-advise
+                              compat-defvar
                               defvar))
                   (push form defs))))))
         (cons 'progn (nreverse defs)))))))



reply via email to

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