From 43c4ae168441f523088c8139a09e8636fff404f4 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Mon, 20 Feb 2023 19:09:20 +0100 Subject: require parse-time --- lisp/mastodon-profile.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index aa4a12e..8d8d0c7 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -39,6 +39,7 @@ (require 'cl-lib) (require 'persist) (require 'ts) +(require 'parse-time) (autoload 'mastodon-http--api "mastodon-http.el") (autoload 'mastodon-http--get-json "mastodon-http.el") -- cgit v1.2.3