diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-toot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index c26db1e..f60f314 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -1042,7 +1042,7 @@ TYPE is the candidate type, it may be :tags, :handles, or :emoji." (mastodon-search--search-accounts-query (buffer-substring-no-properties start end)))))) -(defun mastodon-toot--make-capf (regex type &optional annot-fun) +(defun mastodon-toot--make-capf (regex annot-fun type) "Build a completion backend for `completion-at-point-functions'. REGEX is the regex to match preceding text. TYPE is a keyword symbol for `mastodon-toot--fetch-completion-candidates'. |