branch: externals/compat
commit bff40c376e5cc8b208e05922bf4efccd0f59b16a
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
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)))))))