aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-20 21:59:37 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-20 21:59:37 +0100
commit6b96ee401ff5eb2d3e459660d6f58abc59915068 (patch)
tree629cb86861d5953a187bc5f25a228c1eb50f0592 /lisp/mastodon-toot.el
parente941cd79e50deb84c91788fa0a9e8b9c5b3ec460 (diff)
rename bookmark toggle
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index df9a22c..0a3b602 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -395,7 +395,7 @@ TYPE is a symbol, either 'favourite or 'boost."
(mastodon-toot--toggle-boost-or-favourite 'favourite))
;; TODO maybe refactor into boost/fave fun
-(defun mastodon-toot--bookmark-toot-toggle ()
+(defun mastodon-toot--toggle-bookmark ()
"Bookmark or unbookmark toot at point."
(interactive)
(let* ( ;(toot (mastodon-tl--property 'toot-json))