aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-26 16:33:07 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-26 16:34:29 +0100
commit1f4870555241fcc55f6f2c2e2f6f64993ec2c3ad (patch)
tree5e0a4732fa640a492fdb7732694b11b750bbd842 /lisp/mastodon-toot.el
parentfe1705d5453d9a8b1293e59b3e4bd57620e5a876 (diff)
remove stray company funs in search.el
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 688717d..099ce10 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -853,8 +853,7 @@ eg. \"feduser@fed.social\" -> \"feduser@fed.social\"."
;; just for the annotation-function?
(setq mastodon-toot-completions
(mastodon-search--search-accounts-query
- (buffer-substring-no-properties start end)
- :capf))))
+ (buffer-substring-no-properties start end)))))
:exclusive 'no
:annotation-function
(lambda (candidate)