diff options
author | Bruce Durling <bruce@mastodonc.com> | 2023-03-31 18:07:55 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-31 19:18:17 +0200 |
commit | 609e3243d3a772c2a9cbf2982a5871aadcd6dca9 (patch) | |
tree | 76da6e04a0e3b008236802ca49c58cf01f7a695d /lisp/mastodon-search.el | |
parent | 2a0ed3e4e8f9a9f6067385e241e3eaf65d6e48e4 (diff) |
Fix missing close paren
Diffstat (limited to 'lisp/mastodon-search.el')
-rw-r--r-- | lisp/mastodon-search.el | 2 |
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 |