Fix byte-compile warning about linum-mode being possibly undefined

In end of data:
avy.el:1675:10: Warning: the function ‘linum-mode’ is not known to be defined.
This commit is contained in:
Javier Olaechea 2023-03-16 17:59:55 -05:00
parent 8576155193
commit d9634efe26

1
avy.el
View File

@ -1664,6 +1664,7 @@ When BOTTOM-UP is non-nil, display avy candidates from top to bottom"
(defvar linum-overlays)
(defvar linum-format)
(declare-function linum--face-width "linum")
(declare-function linum-mode "linum")
(define-minor-mode avy-linum-mode
"Minor mode that uses avy hints for `linum-mode'."