aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-views.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon-views.el')
-rw-r--r--lisp/mastodon-views.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el
index e8c5cd0..5cfbe41 100644
--- a/lisp/mastodon-views.el
+++ b/lisp/mastodon-views.el
@@ -101,7 +101,7 @@
(defvar mastodon-views--follow-suggestions-map
(let ((map
(copy-keymap mastodon-views-map)))
- (define-key map (kbd "g") 'mastodon-views--get-follow-suggestions)
+ (define-key map (kbd "g") 'mastodon-views--view-follow-suggestions)
(keymap-canonicalize map))
"Keymap for viewing follow suggestions.")
@@ -676,7 +676,7 @@ Prompt for a context, must be a list containting at least one of \"home\",
;;; FOLLOW SUGGESTIONS
-(defun mastodon-views--get-follow-suggestions ()
+(defun mastodon-views--view-follow-suggestions ()
"Display a buffer of suggested accounts to follow."
(interactive)
(mastodon-tl--init-sync "follow-suggestions"