mirror of
https://github.com/m00natic/vlfi.git
synced 2025-01-18 03:55:31 +00:00
Fix byte-compilation warnings on install.
This commit is contained in:
parent
86be48302e
commit
726f50bf34
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user