aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Durling <bruce@mastodonc.com>2023-03-31 18:07:55 +0100
committerBruce Durling <bruce@mastodonc.com>2023-03-31 18:07:55 +0100
commit4d4f60ee0559dc43a319726b983bf613154405cd (patch)
tree4811aeadd7f4c9f1428520b724906500e643fcb3
parent34c9cf55458055c281c9137c591bbfe02dbb64fa (diff)
Fix missing close paren
-rw-r--r--lisp/mastodon-search.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el
index abb7995..9b3641b 100644
--- a/lisp/mastodon-search.el
+++ b/lisp/mastodon-search.el
@@ -133,7 +133,7 @@ PRINT-FUN is the function used to print the data from the response."
'success))
(funcall print-fun data)
(unless (equal type "statuses")
- (goto-char (point-min))))))
+ (goto-char (point-min)))))))
;; functions for mastodon search