diff options
author | mousebot <mousebot@riseup.net> | 2021-11-05 16:22:21 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-11-05 16:22:21 +0100 |
commit | 681a39a2d1b8d88de37095ba5915ee55387dbc4f (patch) | |
tree | 7853dc3b816887708e66fe2f2b67c8088102fcaa /lisp/mastodon-toot.el | |
parent | cba3982050c879fdebe10e9f6f64bd7721a8fb51 (diff) |
defvar company-backends for flycheck
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 7698226..13d152a 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -38,7 +38,8 @@ (when (require 'company nil :noerror) (declare-function company-mode-on "company") (declare-function company-begin-backend "company") - (declare-function company-grab-symbol "company")) + (declare-function company-grab-symbol "company") + (defvar company-backends)) (defvar mastodon-instance-url) (autoload 'mastodon-auth--user-acct "mastodon-auth") |