diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-12 17:45:59 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-12 17:45:59 +0200 |
commit | 2cd8a9a38fe6a4562d696e1fd15b4de3acae641e (patch) | |
tree | 5d383419384ddb52e0f37abf0d3dc9ef2f772ef9 /lisp | |
parent | 3c52d556fcdda625166084206d7030a0806b4744 (diff) |
profile:message cycle binding
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-profile.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index d849e68..a05087f 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. |