bump: compat

emacs-compat/compat@01fdf316a4 -> emacs-compat/compat@38280a7b54

- 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
This commit is contained in:
Henrik Lissner 2023-02-20 18:48:25 -05:00
parent 7260725313
commit 0aaad1900b
No known key found for this signature in database
GPG Key ID: B60957CA074D39A3

View File

@ -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")