diff options
author | martianh <martianh@noreply.codeberg.org> | 2023-03-31 17:17:25 +0000 |
---|---|---|
committer | martianh <martianh@noreply.codeberg.org> | 2023-03-31 17:17:25 +0000 |
commit | 4e095bd9d37f0decec2471030c32d724b686d46e (patch) | |
tree | 4811aeadd7f4c9f1428520b724906500e643fcb3 /lisp/mastodon-search.el | |
parent | 34c9cf55458055c281c9137c591bbfe02dbb64fa (diff) | |
parent | 4d4f60ee0559dc43a319726b983bf613154405cd (diff) |
Merge pull request 'Fix missing close paren' (#425) from otfrom/mastodon.el:fix-mastodon-search into develop
Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/425
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 |