1
0
mirror of https://github.com/m00natic/vlfi.git synced 2025-01-18 12:05:31 +00:00

Add autoload cookie for `file-size-human-readable' not to break GNU

Emacs 23 opening of large files.
This commit is contained in:
Andrey Kotlarski 2013-08-13 12:39:55 +03:00
parent 7cb047407d
commit d1b34dcefb

View File

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