branch: externals/graphql commit d71e6b218c9c2d70e0951b6fcee5fc37389566bc Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Require subr-x for thread-last in examples.el --- examples.el | 1 + 1 file changed, 1 insertion(+) diff --git a/examples.el b/examples.el index 5c48e8ca4b..09908d0877 100644 --- a/examples.el +++ b/examples.el @@ -1,3 +1,4 @@ +(require 'subr-x) (require 'json) (require 'ghub) (require 'graphql)