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

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

[elpa] externals/vlf d1b34dc 127/310: Add autoload cookie for `file-size


From: Stefan Monnier
Subject: [elpa] externals/vlf d1b34dc 127/310: Add autoload cookie for `file-size-human-readable' not to break GNU
Date: Sat, 28 Nov 2020 00:33:00 -0500 (EST)

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

    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

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