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.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el
index 9809365..a40603d 100644
--- a/lisp/mastodon-views.el
+++ b/lisp/mastodon-views.el
@@ -645,12 +645,12 @@ Prompt for a context, must be a list containting at least one of \"home\",
(url (mastodon-http--api (format "filters/%s" filter-id))))
(if (null phrase)
(error "No filter at point?")
- (when (y-or-n-p (format "Delete filter %s? " phrase)))
- (let ((response (mastodon-http--delete url)))
- (mastodon-http--triage
- response (lambda ()
- (mastodon-views--view-filters)
- (message "Filter for \"%s\" deleted!" phrase)))))))
+ (when (y-or-n-p (format "Delete filter %s? " phrase))
+ (let ((response (mastodon-http--delete url)))
+ (mastodon-http--triage
+ response (lambda ()
+ (mastodon-views--view-filters)
+ (message "Filter for \"%s\" deleted!" phrase))))))))
;;; FOLLOW SUGGESTIONS