diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-01 18:48:35 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-01 18:48:35 +0200 |
commit | a93ef40dd8700659e84ca48571c24f98e56cfb91 (patch) | |
tree | d23c16e53d528a7ed2c59eb73a7cf12d7ed173e9 /lisp | |
parent | 6d3e9cf18a74045e17f8e5c1fc6e20a8c40f497f (diff) |
silence flycheck about 'backend-name'
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 d7efd44..7f867fe 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -661,7 +661,7 @@ The query is matched against a tag search on the server." 'mastodon-toot--tags-company-make-candidate)) (defun mastodon-toot--make-company-backend - (command backend-name str-prefix candidates-fun annot-fun meta-fun + (command _backend-name str-prefix candidates-fun annot-fun meta-fun &optional arg &rest ignored) "Make a company backend for `mastodon-toot-mode'. |