aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/mastodon-toot.el3
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")