mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 05:23:05 +00:00
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:
parent
8576155193
commit
d9634efe26
1
avy.el
1
avy.el
@ -1664,6 +1664,7 @@ When BOTTOM-UP is non-nil, display avy candidates from top to bottom"
|
|||||||
(defvar linum-overlays)
|
(defvar linum-overlays)
|
||||||
(defvar linum-format)
|
(defvar linum-format)
|
||||||
(declare-function linum--face-width "linum")
|
(declare-function linum--face-width "linum")
|
||||||
|
(declare-function linum-mode "linum")
|
||||||
|
|
||||||
(define-minor-mode avy-linum-mode
|
(define-minor-mode avy-linum-mode
|
||||||
"Minor mode that uses avy hints for `linum-mode'."
|
"Minor mode that uses avy hints for `linum-mode'."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user