Add declarations to quiet byte-compiler warnings
This commit is contained in:
parent
c64400df32
commit
3a54ea37b9
17
mood-line.el
17
mood-line.el
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user