branch: elpa/mastodon
commit ab2ce1c1a50883b4c08e9295f0d5c4dc00ac3166
Author: marty hiatt <martianhia...@disroot.org>
Commit: marty hiatt <martianhia...@disroot.org>

    notifs: remove stray line
---
 lisp/mastodon-notifications.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index fe85d105dd..056ddc29d3 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -588,7 +588,6 @@ NO-GROUP means don't render grouped notifications."
                  do (mastodon-notifications--format-note x))
       (cl-loop
        for g in (alist-get 'notification_groups json)
-       for start-pos = (point)
        for accounts = (mastodon-notifications--group-accounts
                        (alist-get 'sample_account_ids g)
                        (alist-get 'accounts json))

Reply via email to