From d1b34dcefb53e451f0a6aaaaa98bd4dbd62ff858 Mon Sep 17 00:00:00 2001 From: Andrey Kotlarski Date: Tue, 13 Aug 2013 12:39:55 +0300 Subject: [PATCH] Add autoload cookie for `file-size-human-readable' not to break GNU Emacs 23 opening of large files. --- vlfi.el | 1 + 1 file changed, 1 insertion(+) diff --git a/vlfi.el b/vlfi.el index f345b08..96f30a3 100644 --- a/vlfi.el +++ b/vlfi.el @@ -174,6 +174,7 @@ OP-TYPE specifies the file operation being performed over FILENAME." ad-do-it)) ;; non-recent Emacs +;;;###autoload (unless (fboundp 'file-size-human-readable) (defun file-size-human-readable (file-size) "Print FILE-SIZE in MB."