From 34105df90e67562bb3736177085baffdca66b23a Mon Sep 17 00:00:00 2001 From: mousebot Date: Fri, 17 Dec 2021 18:16:58 +0100 Subject: cl-lib not cl for mapcar* in -tl --- lisp/mastodon-tl.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp') diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 45b905d..67cdf82 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -31,7 +31,7 @@ ;;; Code: (require 'shr) -(require 'thingatpt) ;; for word-at-point +(require 'thingatpt) ; for word-at-point (require 'time-date) (autoload 'mastodon-auth--get-account-name "mastodon-auth") @@ -60,7 +60,7 @@ (defvar mastodon-toot-timestamp-format) (defvar shr-use-fonts) ;; declare it since Emacs24 didn't have this -(declare-function mapcar* "cl") +(declare-function mapcar* "cl-lib") (defgroup mastodon-tl nil "Timelines in Mastodon." -- cgit v1.2.3