emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mastodon 2cd8a9a38f 08/47: profile:message cycle binding


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 2cd8a9a38f 08/47: profile:message cycle binding
Date: Fri, 13 Oct 2023 19:00:55 -0400 (EDT)

branch: elpa/mastodon
commit 2cd8a9a38fe6a4562d696e1fd15b4de3acae641e
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>

    profile:message cycle binding
---
 lisp/mastodon-profile.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index d849e68001..a05087f26b 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -651,7 +651,8 @@ HEADERS means also fetch link headers for pagination."
             (mastodon-profile--insert-statuses-pinned pinned)
             (setq mastodon-tl--update-point (point))) ; updates after pinned 
toots
           (funcall update-function json)))
-      (goto-char (point-min)))))
+      (goto-char (point-min))
+      (message "`C-c' `C-c' to cycle profile views."))))
 
 (defun mastodon-profile--format-joined-date-string (joined)
   "Format a human-readable Joined string from timestamp JOINED.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]