Add declarations to quiet byte-compiler warnings
This commit is contained in:
parent
c64400df32
commit
79e71d73d6
17
mood-line.el
17
mood-line.el
@ -42,6 +42,23 @@
|
|||||||
|
|
||||||
;;; Code:
|
;;; 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
|
;; Config
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user