branch: externals/vlf
commit d1b34dcefb53e451f0a6aaaaa98bd4dbd62ff858
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>

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

Reply via email to