diff options
author | mousebot <mousebot@riseup.net> | 2021-12-17 18:16:58 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-12-17 18:16:58 +0100 |
commit | 34105df90e67562bb3736177085baffdca66b23a (patch) | |
tree | c8211133ea5ffc94ec25915883b9950dad228fa9 | |
parent | 242628c090adad5e6f6292b108c6626bd78bf11a (diff) |
cl-lib not cl for mapcar* in -tl
-rw-r--r-- | lisp/mastodon-tl.el | 4 |
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." |