[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon 7b98a4ca2a 02/18: notifs: typo in fun name prefix
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon 7b98a4ca2a 02/18: notifs: typo in fun name prefix |
Date: |
Mon, 2 Dec 2024 16:00:33 -0500 (EST) |
branch: elpa/mastodon
commit 7b98a4ca2a5f63735e3fb5a96b046d4a942cd7de
Author: marty hiatt <martianhiatus@disroot.org>
Commit: marty hiatt <martianhiatus@disroot.org>
notifs: typo in fun name prefix
---
lisp/mastodon-notifications.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index bd6cb777b1..1fafa3bf69 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -241,7 +241,7 @@ JSON is a list of alists."
;; later on:
note
;; body
- (mastodon-notifiations--body-arg
+ (mastodon-notifications--body-arg
type filters status profile-note follower-name)
;; action-byline (top)
(mastodon-notifications--action-byline
@@ -278,7 +278,7 @@ ACCOUNTS is data of the accounts that have reacted to the
notification."
follower
status)
;; body
- (mastodon-notifiations--body-arg
+ (mastodon-notifications--body-arg
type filters status profile-note follower-name group)
;; action-byline
(mastodon-notifications--action-byline
@@ -313,7 +313,7 @@ NOTE and FOLLOWER-NAME are used for non-grouped notifs."
(concat action-symbol " " action-authors action-str)
'byline-top t)))
-(defun mastodon-notifiations--body-arg
+(defun mastodon-notifications--body-arg
(type &optional filters status profile-note follower-name group)
"TYPE is a symbol, a member of `mastodon-notifiations--types'.
FILTERS STATUS PROFILE-NOTE FOLLOWER-NAME GROUP."
- [nongnu] elpa/mastodon updated (cf64163130 -> 10be1f9c28), ELPA Syncer, 2024/12/02
- [nongnu] elpa/mastodon 2cfaf7458c 01/18: prefix for profile cycle completing-read. FIX #624., ELPA Syncer, 2024/12/02
- [nongnu] elpa/mastodon 7b98a4ca2a 02/18: notifs: typo in fun name prefix,
ELPA Syncer <=
- [nongnu] elpa/mastodon 7bc28cc75f 12/18: add prefix and view check to notif cycle, ELPA Syncer, 2024/12/02
- [nongnu] elpa/mastodon 12d174dfd3 06/18: thread-do on reload after reply and bookmark load. FIX #625, ELPA Syncer, 2024/12/02
- [nongnu] elpa/mastodon a472f873a3 09/18: add widget to notifs view., ELPA Syncer, 2024/12/02
- [nongnu] elpa/mastodon 1545f3b78e 05/18: get-toot-author: never get booster profile. #630., ELPA Syncer, 2024/12/02
- [nongnu] elpa/mastodon e9f77777dd 11/18: add cycle notif function. FIX #628., ELPA Syncer, 2024/12/02
- [nongnu] elpa/mastodon 10be1f9c28 18/18: Merge branch 'develop', ELPA Syncer, 2024/12/02
- [nongnu] elpa/mastodon 95d06a03eb 15/18: flycheck notifs.el, ELPA Syncer, 2024/12/02
- [nongnu] elpa/mastodon 241d26dc1f 10/18: notif types: use types[] not exclude_types[], ELPA Syncer, 2024/12/02
- [nongnu] elpa/mastodon be4a64a4ff 13/18: index, ELPA Syncer, 2024/12/02
- [nongnu] elpa/mastodon ba7e98c29c 17/18: bump, ELPA Syncer, 2024/12/02