aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-12-17 18:16:58 +0100
committermousebot <mousebot@riseup.net>2021-12-17 18:16:58 +0100
commit34105df90e67562bb3736177085baffdca66b23a (patch)
treec8211133ea5ffc94ec25915883b9950dad228fa9 /lisp
parent242628c090adad5e6f6292b108c6626bd78bf11a (diff)
cl-lib not cl for mapcar* in -tl
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-tl.el4
1 files changed, 2 insertions, 2 deletions
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."