branch: externals/compat commit 51b832c1f94a8ccf741c8a942a9a845b9667902f Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Remove compat--disable-defer check from installation check --- compat-macs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat-macs.el b/compat-macs.el index c6a2aab..2199145 100644 --- a/compat-macs.el +++ b/compat-macs.el @@ -82,7 +82,7 @@ attributes are handled, all others are ignored: (body `(progn ,(funcall def-fn realname version) (,@(cond - ((or compat--disable-defer force) + (force '(progn)) ((or (or (not version) (version< emacs-version version))