emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vlf 726f50b 294/310: Fix byte-compilation warnings on i


From: Stefan Monnier
Subject: [elpa] externals/vlf 726f50b 294/310: Fix byte-compilation warnings on install.
Date: Sat, 28 Nov 2020 00:33:34 -0500 (EST)

branch: externals/vlf
commit 726f50bf34a3a4ca17a52d55ffda8af922885847
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]