branch: externals/compat
commit 08eec4f00891c946392b30ecddd6a407b9303b3b
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Remove version check
---
compat-macs.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/compat-macs.el b/compat-macs.el
index d2ab01893f..c4a94a771f 100644
--- a/compat-macs.el
+++ b/compat-macs.el
@@ -97,8 +97,6 @@ ignored:
nil)
((plist-get attr :explicit)
t)
- ((and version (version<= version emacs-version) (not cond))
- nil)
((and (if cond (eval cond t) t)
(funcall check-fn)))))
(cond