From acbd904683f68b7720af6fe766ab0ec98352a350 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Mon, 5 Sep 2022 13:57:36 +0200 Subject: customize option to display orig toot when replying --- lisp/mastodon.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/mastodon.el') diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 0c6104f..64aefc0 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -33,6 +33,7 @@ ;;; Code: (require 'cl-lib) ; for `cl-some' call in mastodon +(eval-when-compile (require 'subr-x)) (require 'mastodon-http) (require 'mastodon-toot) -- cgit v1.2.3