branch: master commit 620d2109951e3a833bd7ca33d8dbbdb4599acd5c Author: Eric Abrahamsen <e...@ericabrahamsen.net> Commit: Eric Abrahamsen <e...@ericabrahamsen.net>
Missing a require for seq package * packages/gnorb/gnorb-utils.el --- packages/gnorb/gnorb-utils.el | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gnorb/gnorb-utils.el b/packages/gnorb/gnorb-utils.el index 1a9d094..2b4b98d 100644 --- a/packages/gnorb/gnorb-utils.el +++ b/packages/gnorb/gnorb-utils.el @@ -28,6 +28,7 @@ (require 'cl-lib) (require 'nnheader)) (require 'pcase) +(require 'seq) (require 'org) (require 'org-agenda) (require 'org-element)