[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon 2bb6ad95f7 25/50: toot.el cask build cleanups
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon 2bb6ad95f7 25/50: toot.el cask build cleanups |
Date: |
Sat, 2 Nov 2024 13:00:54 -0400 (EDT) |
branch: elpa/mastodon
commit 2bb6ad95f777f5f206ad203482e74f6eec0a64c1
Author: marty hiatt <martianhiatus@disroot.org>
Commit: marty hiatt <martianhiatus@disroot.org>
toot.el cask build cleanups
---
lisp/mastodon-toot.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 82ebc90102..fa5a955c8d 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -36,14 +36,18 @@
(require 'emojify nil :noerror)
(declare-function emojify-insert-emoji "emojify")
(declare-function emojify-set-emoji-data "emojify")
+(declare-function emojify-mode "emojify")
+(declare-function emojify-emojis-each "emojify")
(defvar emojify-emojis-dir)
(defvar emojify-user-emojis)
+(defvar emojify-emoji-styles)
(require 'cl-lib)
(require 'persist)
(require 'mastodon-iso)
(require 'facemenu)
(require 'text-property-search)
+(require 'ht)
(eval-when-compile
(require 'mastodon-tl))
- [nongnu] elpa/mastodon 5cb2bf1c04 16/50: FIX #610 fix note/base toot in format-note/author byline., (continued)
- [nongnu] elpa/mastodon 5cb2bf1c04 16/50: FIX #610 fix note/base toot in format-note/author byline., ELPA Syncer, 2024/11/02
- [nongnu] elpa/mastodon b6676c180b 27/50: tl: improve ctrl flow in --spoiler + --toot, ELPA Syncer, 2024/11/02
- [nongnu] elpa/mastodon 089eee6485 15/50: notifs: fix author action byline, top, for ungrouped. FIX #612, ELPA Syncer, 2024/11/02
- [nongnu] elpa/mastodon d06ac674ef 19/50: docs: remove old arg docstring, ELPA Syncer, 2024/11/02
- [nongnu] elpa/mastodon b05de5f907 30/50: some ifs become whens, ELPA Syncer, 2024/11/02
- [nongnu] elpa/mastodon add6bfceaf 34/50: remove elsa from Cask, ELPA Syncer, 2024/11/02
- [nongnu] elpa/mastodon 31557be472 50/50: Merge branch 'develop', ELPA Syncer, 2024/11/02
- [nongnu] elpa/mastodon c4edecd145 23/50: cask build cleanups, ELPA Syncer, 2024/11/02
- [nongnu] elpa/mastodon 2713081605 18/50: notifs: byline-accounts: remove toot arg, ELPA Syncer, 2024/11/02
- [nongnu] elpa/mastodon 3ec8a8386b 35/50: Merge branch 'non-group-notifs' into develop, ELPA Syncer, 2024/11/02
- [nongnu] elpa/mastodon 2bb6ad95f7 25/50: toot.el cask build cleanups,
ELPA Syncer <=
- [nongnu] elpa/mastodon 2c3f35c953 31/50: some ifs become whens, ELPA Syncer, 2024/11/02
- [nongnu] elpa/mastodon f1bdef0b73 40/50: revert transient polls to use mastodon-toot-poll, ELPA Syncer, 2024/11/02
- [nongnu] elpa/mastodon ebab9b20a1 43/50: refactor a read-more-or-less heading, ELPA Syncer, 2024/11/02
- [nongnu] elpa/mastodon 6242db6028 49/50: bump, ELPA Syncer, 2024/11/02
- [nongnu] elpa/mastodon 9eaf125207 47/50: docstring poll done, ELPA Syncer, 2024/11/02
- [nongnu] elpa/mastodon 521c87ea65 09/50: notifs: remove commented body-arg code from format-note, ELPA Syncer, 2024/11/02
- [nongnu] elpa/mastodon 27e438a2a4 17/50: fix author action byline non-grouped notifs: use display-name if poss, ELPA Syncer, 2024/11/02