1
0
mirror of https://github.com/m00natic/vlfi.git synced 2024-10-05 18:30:51 +01:00

Fix byte-compilation warnings on install.

This commit is contained in:
Andrey Kotlarski 2014-12-27 02:34:04 +02:00
parent 86be48302e
commit 726f50bf34

View File

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