From 0aaad1900b6a7454623e2ddf7c185d91dd2aa1db Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 20 Feb 2023 18:48:25 -0500 Subject: [PATCH] bump: compat emacs-compat/compat@01fdf316a44e -> emacs-compat/compat@38280a7b54a6 - Switching to emacs-compat/compat so we can more closely follow the source. The emacs-straight mirror can sometimes lag too far behind to promptly address major issues. - This, combined with 67b3d5a, should address odd byte-code issues to do with compat (usually to do with magit). Ref: 67b3d5a20486 --- lisp/packages.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/packages.el b/lisp/packages.el index 63218040d..4f5e28718 100644 --- a/lisp/packages.el +++ b/lisp/packages.el @@ -46,4 +46,6 @@ (package! general :pin "9651024e7f40a8ac5c3f31f8675d3ebe2b667344") (package! which-key :pin "8093644032854b1cdf3245ce4e3c7b6673f741bf") -(package! compat :pin "01fdf316a44eac9a7f6ab7e0983427a702ffd04d") +(package! compat + :recipe (:host github :repo "emacs-compat/compat") + :pin "38280a7b54a6220377835391ead8af6fa4839117")