diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-05 15:07:16 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-05 15:07:16 +0100 |
| commit | 08eec4f00891c946392b30ecddd6a407b9303b3b (patch) | |
| tree | d545b7fea9c232fb9c1c025ea30f20d099605ff0 | |
| parent | f68ed51775be940b2c0aba9f0b038bee3832d028 (diff) | |
Remove version check
| -rw-r--r-- | compat-macs.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compat-macs.el b/compat-macs.el index d2ab018..c4a94a7 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 |
