mirror of
https://github.com/m00natic/vlfi.git
synced 2025-01-31 02:00:47 +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:
parent
7cb047407d
commit
d1b34dcefb
1
vlfi.el
1
vlfi.el
@ -174,6 +174,7 @@ OP-TYPE specifies the file operation being performed over FILENAME."
|
|||||||
ad-do-it))
|
ad-do-it))
|
||||||
|
|
||||||
;; non-recent Emacs
|
;; non-recent Emacs
|
||||||
|
;;;###autoload
|
||||||
(unless (fboundp 'file-size-human-readable)
|
(unless (fboundp 'file-size-human-readable)
|
||||||
(defun file-size-human-readable (file-size)
|
(defun file-size-human-readable (file-size)
|
||||||
"Print FILE-SIZE in MB."
|
"Print FILE-SIZE in MB."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user