Add declarations to quiet byte-compiler warnings

This commit is contained in:
Jessie Hildebrandt 2019-04-16 08:32:30 -04:00 committed by Jessie Hildebrandt
parent c64400df32
commit 79e71d73d6

View File

@ -42,6 +42,23 @@
;;; Code:
;;
;; Variable declarations
;;
(defvar mood-line--current-window)
(defvar flycheck-current-errors)
(defvar anzu--state)
(defvar multiple-cursors-mode)
;;
;; Function prototypes
;;
(declare-function flycheck-count-errors "flycheck" (errors))
(declare-function anzu--update-mode-line "anzu" ())
(declare-function mc/num-cursors "multiple-cursors" ())
;;
;; Config
;;