branch: externals/vlf
commit 726f50bf34a3a4ca17a52d55ffda8af922885847
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>
Fix byte-compilation warnings on install.
---
vlf-integrate.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/vlf-integrate.el b/vlf-integrate.el
index 7bc8f94..c1b0279 100644
--- a/vlf-integrate.el
+++ b/vlf-integrate.el
@@ -50,6 +50,9 @@ Possible values are: nil to never use it;
"Major modes which VLF will not be automatically applied to."
:group 'vlf :type '(list symbol))
+(defvar dired-mode-map)
+(declare-function dired-get-file-for-visit "dired")
+
(unless (fboundp 'file-size-human-readable)
(defun file-size-human-readable (file-size)
"Print FILE-SIZE in MB."